|
|
|
|
|
by ibsulon
5920 days ago
|
|
I just don't understand this. A file is very very very simple to convert once. Tell your developers, "If you don't encode in UTF-16, you will have a performance penalty. Set your file encodings as UTF-16 too. You weren't doing complex internationalization work before, it's really not that big a deal." I worked with someone who had been on the ICU project, and he argued that UTF-16 is the best compromise for most cases. If you're working primarily in the western character set, UTF-8 is attractive, but that comes at the expense of others. And frankly, if you don't roll it yourself, what are you going to use other than ICU? |
|