Relative Content

Tag Archive for utf-8

UTF-16 Pitfalls, Chinese

I’m going to be writing an application that is pure HTML5 and JS and MVC.net back-end.
We have .resx files that are getting compiled to .js files for resources in the html5 application. The application has to work in English and in Chinese which I understand to mean that we need to use UTF-16 everywhere.

When is it beneficial to not use utf-8? [duplicate]

This question already has answers here: Should character encodings besides UTF-8 (and maybe UTF-16/UTF-32) be deprecated? (8 answers) Closed 10 years ago. When is it beneficial to use encodings other than UTF-8? Aside from dealing with pre-unicode documents, that is. And more importantly, why isn’t UTF-8 the default in most languages? That is, why do […]

How to detect client character encoding?

I programmed a telnet server using C as programming language but I have a problem to send characters with emphases (é, è, à …). The character encoding is different between the telnet clients (windows, linux, putty, …).