Skip to content

Unicode support

jarro2783 edited this page Oct 27, 2014 · 3 revisions

Unicode is supported as far as anything used as an argument will be passed around as-is. However, for help strings, extra support is required, since printing a string requires knowing how long it is. If you would like to enable Unicode support for help strings, a few extra steps are needed, as the ICU library is used to handle strings.

Clone this wiki locally