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

Unicode Support #23

Closed computerquip-streamlabs closed 6 years ago

computerquip-streamlabs commented 6 years ago

Seems argtable doesn't handle UTF-8. Have their been any attempts at implementing this?

tomghuang commented 6 years ago

Could you give me some test cases to show that argtable cannot handle UTF-8?

computerquip-streamlabs commented 6 years ago

My test case ended up being my fault. I was incorrectly converting from Windows UTF-16LE (given by wmain, via wchar_t) down to UTF-8. I'll close this for now.