diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-11-17 08:59:03 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-11-17 08:59:03 +0900 |
| commit | 27ee7cfbde479407ea17f2c712d98fb5c5164f7f (patch) | |
| tree | 6c66c6ac5598b4d22b6bf240a079bcecc2867856 | |
| parent | fd5e3418559aac7869863ad7419d74990da8ad24 (diff) | |
| parent | e8d87969884f5f7c84fdc2a7ce05014de55b5a7f (diff) | |
| download | mruby-27ee7cfbde479407ea17f2c712d98fb5c5164f7f.tar.gz mruby-27ee7cfbde479407ea17f2c712d98fb5c5164f7f.zip | |
Merge pull request #3020 from cremno/document-mrb_utf8_string
document MRB_UTF8_STRING config macro
| -rw-r--r-- | doc/guides/mrbconf.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guides/mrbconf.md b/doc/guides/mrbconf.md index 8a5ea4d87..fabd7208b 100644 --- a/doc/guides/mrbconf.md +++ b/doc/guides/mrbconf.md @@ -138,6 +138,10 @@ largest value of required alignment. * Ignored when `MRB_USE_IV_SEGLIST` is defined. ## Other configuration. +`MRB_UTF8_STRING` +* Adds UTF-8 encoding support to character-oriented String instance methods. +* If it isn't defined, they only support the US-ASCII encoding. + `MRB_FUNCALL_ARGC_MAX` * Default value is `16`. * Specifies 4th argument(`argc`) max value of `mrb_funcall`. |
