argtable / argtable3

A single-file, ANSI C, command-line parsing library that parses GNU-style command-line options.
http://www.argtable.org
Other
372 stars 65 forks source link

Thoughts of supporting UTF-16? #40

Closed kellycouch closed 5 years ago

kellycouch commented 5 years ago

Looks like current support is for ANSI/UTF-8. Any plans to support UTF-16. Thanks.

tomghuang commented 5 years ago

Hi @kellycouch , we don't have any plan to support UTF-16, because it's pretty easy to convert between UTF-8 and UTF-16, such as using the C++ standard library.