mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/nkf/nkf-utf8/nkf.c: fix bug: -m was -m0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e350fe247a
commit
353a69229d
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Sat Jan 12 04:31:59 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/nkf/nkf-utf8/nkf.c: fix bug: -m was -m0.
|
||||||
|
|
||||||
Fri Jan 11 23:22:31 2008 Tanaka Akira <akr@fsij.org>
|
Fri Jan 11 23:22:31 2008 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* string.c (string.c): call rb_str_buf_append to update encoding of
|
* string.c (string.c): call rb_str_buf_append to update encoding of
|
||||||
|
|
|
@ -2045,6 +2045,8 @@ void options(unsigned char *cp)
|
||||||
} else if (*cp=='0') {
|
} else if (*cp=='0') {
|
||||||
mime_decode_f = FALSE;
|
mime_decode_f = FALSE;
|
||||||
mime_f = FALSE; cp++;
|
mime_f = FALSE; cp++;
|
||||||
|
} else {
|
||||||
|
mime_f = STRICT_MIME;
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
case 'M': /* MIME output */
|
case 'M': /* MIME output */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue