1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Mon Feb 25 10:41:41 2008 Martin Duerst <duerst@it.aoyama.ac.jp>

* encoding.c (Encoding#dummy): minor grammatical fixes
	  in rdoc documentation.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
duerst 2008-02-25 01:42:47 +00:00
parent 42097d7ac1
commit ad3577b59b
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
Mon Feb 25 10:41:41 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
* encoding.c (Encoding#dummy): minor grammatical fixes
in rdoc documentation.
Mon Feb 25 00:01:03 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* cygwin/GNUmakefile.in (clean-local): should be double-colon.

View file

@ -357,10 +357,10 @@ rb_enc_dummy_p(rb_encoding *enc)
* call-seq:
* enc.dummy? => true or false
*
* Returns true for dummy encoding.
* A dummy encoding is a encoding which character handling is not properly
* Returns true for dummy encodings.
* A dummy encoding is an encoding for which character handling is not properly
* implemented.
* It is used for stateful encoding.
* It is used for stateful encodings.
*
* Encoding::ISO_2022_JP.dummy? #=> true
* Encoding::UTF_8.dummy? #=> false