[macruby-changes] [5119] MacRuby/trunk/encoding.h

source_changes at macosforge.org source_changes at macosforge.org
Tue Jan 4 23:18:26 PST 2011


Revision: 5119
          http://trac.macosforge.org/projects/ruby/changeset/5119
Author:   lsansonetti at apple.com
Date:     2011-01-04 23:18:21 -0800 (Tue, 04 Jan 2011)
Log Message:
-----------
let's use 64 unichars like CF

Modified Paths:
--------------
    MacRuby/trunk/encoding.h

Modified: MacRuby/trunk/encoding.h
===================================================================
--- MacRuby/trunk/encoding.h	2011-01-05 05:51:18 UTC (rev 5118)
+++ MacRuby/trunk/encoding.h	2011-01-05 07:18:21 UTC (rev 5119)
@@ -298,7 +298,7 @@
 
 VALUE rb_unicode_str_new(const UniChar *ptr, const size_t len);
 
-#define STR_UCHARS_STATIC_BUFSIZE 35
+#define STR_UCHARS_STATIC_BUFSIZE 64
 
 typedef struct {
     UChar static_buf[STR_UCHARS_STATIC_BUFSIZE];
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20110104/c49dc2f6/attachment.html>


More information about the macruby-changes mailing list