mrubyを超漢字で動作させる
修订版 | 27ee7cfbde479407ea17f2c712d98fb5c5164f7f (tree) |
---|---|
时间 | 2015-11-17 08:59:03 |
作者 | Yukihiro "Matz" Matsumoto <matz@ruby...> |
Commiter | Yukihiro "Matz" Matsumoto |
Merge pull request #3020 from cremno/document-mrb_utf8_string
document MRB_UTF8_STRING config macro
@@ -138,6 +138,10 @@ largest value of required alignment. | ||
138 | 138 | * Ignored when `MRB_USE_IV_SEGLIST` is defined. |
139 | 139 | |
140 | 140 | ## Other configuration. |
141 | +`MRB_UTF8_STRING` | |
142 | +* Adds UTF-8 encoding support to character-oriented String instance methods. | |
143 | +* If it isn't defined, they only support the US-ASCII encoding. | |
144 | + | |
141 | 145 | `MRB_FUNCALL_ARGC_MAX` |
142 | 146 | * Default value is `16`. |
143 | 147 | * Specifies 4th argument(`argc`) max value of `mrb_funcall`. |