From 798ec3aff48167b46a912587ef72361514b9133c Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 22 Sep 2015 19:11:30 +0900 Subject: UTF-8 string support in core define MRB_UTF8_STRING (in mrbconf.h) to enable UTF-8 support. --- include/mrbconf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/mrbconf.h b/include/mrbconf.h index 4b95637b8..a35ca86bb 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -26,6 +26,9 @@ /* represent mrb_value as a word (natural unit of data for the processor) */ //#define MRB_WORD_BOXING +/* string class to handle UTF-8 encoding */ +//#define MRB_UTF8_STRING + /* argv max size in mrb_funcall */ //#define MRB_FUNCALL_ARGC_MAX 16 -- cgit v1.2.3