mrubyを超漢字で動作させる
Revision | e8d87969884f5f7c84fdc2a7ce05014de55b5a7f (tree) |
---|---|
Time | 2015-11-17 08:49:20 |
Author | cremno <cremno@mail...> |
Commiter | cremno |
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`. |