Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
e8d87969
Commit
e8d87969
authored
Nov 17, 2015
by
cremno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
document MRB_UTF8_STRING config macro
parent
dd57cb71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
doc/guides/mrbconf.md
doc/guides/mrbconf.md
+4
-0
No files found.
doc/guides/mrbconf.md
View file @
e8d87969
...
...
@@ -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`
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment