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:
parent
42097d7ac1
commit
ad3577b59b
2 changed files with 8 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue