Hello,

I would like to know why when I print in screen one byte it shows two characters.
Example in french language printing one byte like "oe" (sticked together, 0x9c ascii code ) gives me two characters on screen.
Is there function other than strlen() to count exactly how many character will be printed.

Thank you