Actualités

I did this as a start project of learning deeper how systems programming works, since it is something that really gets my attention. With this project I could understand how UTF-8's treatment are ...
UTF-8-Decoder is a compact and very simple C program that extracts all the code points from a UTF-8 encoded file. Developed primarily for my own personal research into the intricacies of UTF-8. While ...
UTF-8 (UCS transformation format 8 bits) est un format de codage de caractères. Il permet de gérer tous les caractères dits unicodes. Chaque caractère est codé sur un ou plusieurs points de code.