[前][次][番号順一覧][スレッド一覧]

ruby-changes:7702

From: akr <ko1@a...>
Date: Mon, 8 Sep 2008 00:05:48 +0900 (JST)
Subject: [ruby-changes:7702] Ruby:r19223 (trunk): rdoc update.

akr	2008-09-08 00:05:30 +0900 (Mon, 08 Sep 2008)

  New Revision: 19223

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19223

  Log:
    rdoc update.

  Modified files:
    trunk/transcode.c

Index: transcode.c
===================================================================
--- transcode.c	(revision 19222)
+++ transcode.c	(revision 19223)
@@ -2518,15 +2518,14 @@
  * It returns nil if the argument is not a stateful encoding.
  *
  * "corresponding stateless encoding" is a stateless encoding which
- * can represent all characters in the statefull encoding.
+ * represents same characters in the statefull encoding.
  *
- * So, no conversion undefined error occur from the stateful encoding to the stateless encoding.
+ * So, no conversion undefined error occur between the stateful encoding and the stateless encoding.
  *
- * Currently, EUC-JP is the corresponding stateless encoding of ISO-2022-JP.
+ * For ISO-2022-JP, the dedicated stateless encoding, stateless-ISO-2022-JP, is defined.
  *
- *   Encoding::Converter.stateless_encoding("ISO-2022-JP") #=> #<Encoding:EUC-JP>
+ *   Encoding::Converter.stateless_encoding("ISO-2022-JP") #=> #<Encoding:stateless-ISO-2022-JP>
  *
- * (This may be changed in future because EUC-JP cannot distinguish JIS X 0208 1978 and 1983.)
  */
 static VALUE
 econv_s_stateless_encoding(VALUE klass, VALUE arg)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]