summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorcremno <[email protected]>2015-11-17 00:44:07 +0100
committercremno <[email protected]>2015-11-17 00:49:20 +0100
commite8d87969884f5f7c84fdc2a7ce05014de55b5a7f (patch)
tree118ffdbce8ef38b247f3708eb064ffabd1cd8b69 /doc
parentdd57cb71125dd47ae61abfb5df34c14888ac0787 (diff)
downloadmruby-e8d87969884f5f7c84fdc2a7ce05014de55b5a7f.tar.gz
mruby-e8d87969884f5f7c84fdc2a7ce05014de55b5a7f.zip
document MRB_UTF8_STRING config macro
Diffstat (limited to 'doc')
-rw-r--r--doc/guides/mrbconf.md4
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`.