• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

mrubyを超漢字で動作させる


Commit MetaInfo

Revisione8d87969884f5f7c84fdc2a7ce05014de55b5a7f (tree)
Time2015-11-17 08:49:20
Authorcremno <cremno@mail...>
Commitercremno

Log Message

document MRB_UTF8_STRING config macro

Change Summary

Incremental Difference

--- a/doc/guides/mrbconf.md
+++ b/doc/guides/mrbconf.md
@@ -138,6 +138,10 @@ largest value of required alignment.
138138 * Ignored when `MRB_USE_IV_SEGLIST` is defined.
139139
140140 ## 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+
141145 `MRB_FUNCALL_ARGC_MAX`
142146 * Default value is `16`.
143147 * Specifies 4th argument(`argc`) max value of `mrb_funcall`.