+ 3
UTF-8 or WINDOWS-1252 in Assembly
i maked a simple operating system and now i want to know what is difference between UTF-8 and WINDOWS-1252 and how to use these?
1 Antwort
0
utf-8 is a multi-byte emcoding method. any non-ASCII character is presented by multiple bytes. cp1251 is always 1 byte per char and can only represent western european languages