• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

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

mrubyを超漢字で動作させる


Commit MetaInfo

修订版27ee7cfbde479407ea17f2c712d98fb5c5164f7f (tree)
时间2015-11-17 08:59:03
作者Yukihiro "Matz" Matsumoto <matz@ruby...>
CommiterYukihiro "Matz" Matsumoto

Log Message

Merge pull request #3020 from cremno/document-mrb_utf8_string

document MRB_UTF8_STRING config macro

更改概述

差异

--- 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`.