[macruby-changes] [3552] MacRuby/branches/icu/encoding.c

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 16 03:54:09 PST 2010


Revision: 3552
          http://trac.macosforge.org/projects/ruby/changeset/3552
Author:   vincent.isambart at gmail.com
Date:     2010-02-16 03:54:05 -0800 (Tue, 16 Feb 2010)
Log Message:
-----------
make UTF-8 the default internal encoding for the moment

Modified Paths:
--------------
    MacRuby/branches/icu/encoding.c

Modified: MacRuby/branches/icu/encoding.c
===================================================================
--- MacRuby/branches/icu/encoding.c	2010-02-16 09:33:19 UTC (rev 3551)
+++ MacRuby/branches/icu/encoding.c	2010-02-16 11:54:05 UTC (rev 3552)
@@ -237,7 +237,7 @@
     //add_encoding(ENCODING_CP932,     ENCODING_TYPE_RUBY, "Windows-31J", 1, false, true, "CP932", "csWindows31J", NULL);
 
     default_external = encodings[ENCODING_UTF8];
-    default_internal = encodings[ENCODING_UTF16_NATIVE];
+    default_internal = encodings[ENCODING_UTF8];
 }
 
 VALUE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100216/09e05c0e/attachment-0001.html>


More information about the macruby-changes mailing list