I looked and could not find any type of explicit encoding support. No utf-8 iterator anyplace for parsing the source in proper unicode single character vs single-byte chunks, etc. Any plans to add support for at least utf-8?
If at all interested you may want to take a look at google's gumbo-parser for html code parsing (hosted here on github.com) for an implementation of a nice utf-8 character iterator written in C for their parser and how it is used.
Thanks,
Kevin
I looked and could not find any type of explicit encoding support. No utf-8 iterator anyplace for parsing the source in proper unicode single character vs single-byte chunks, etc. Any plans to add support for at least utf-8?
If at all interested you may want to take a look at google's gumbo-parser for html code parsing (hosted here on github.com) for an implementation of a nice utf-8 character iterator written in C for their parser and how it is used.
Thanks,
Kevin