Commit e8d87969 authored by cremno's avatar cremno

document MRB_UTF8_STRING config macro

parent dd57cb71
...@@ -138,6 +138,10 @@ largest value of required alignment. ...@@ -138,6 +138,10 @@ largest value of required alignment.
* Ignored when `MRB_USE_IV_SEGLIST` is defined. * Ignored when `MRB_USE_IV_SEGLIST` is defined.
## Other configuration. ## 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` `MRB_FUNCALL_ARGC_MAX`
* Default value is `16`. * Default value is `16`.
* Specifies 4th argument(`argc`) max value of `mrb_funcall`. * Specifies 4th argument(`argc`) max value of `mrb_funcall`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment