You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.