UTF handling in C

As You probably know I’m a Java developer, and a concept of String is my everyday meal. However, in C there is no such thing as string-type. Of course there is no problem with using string literals as a value assigned to the variable. However,…

Read more

Bytes, mappings, encodings and all that jazz

In the modern web-based programming the problem of encoding and usage of different languages seems like a thing of the past. I still remember how I’ve struggled at the very beginning of my programming career to get polish letters to be properly displayed in HTML.…

Read more

Back to top