riuson / lcd-image-converter

Tool to create bitmaps and fonts for embedded applications, v.2
https://lcd-image-converter.riuson.com/
GNU General Public License v3.0
337 stars 80 forks source link

Output not complete: missing characters #43

Closed LeOSW42 closed 8 years ago

LeOSW42 commented 8 years ago

Hi,

I'm exporting the 255 firsts characters of the Liberation Mono font to a C file. In the C generated fil I only have the 163 firsts characters, the lasts one are missing. It stopped at the character \x00ad (-) missing \x00ae (®). Of course I have used "Convert All" option.

.xml file : https://framadrop.org/r/2Xv2tPfthz#AhX6+NWilhhdX0BUM4u7aAlxTOvwK3NV2jvw3+BIhXk=

Léo

LeOSW42 commented 8 years ago

Ok, It was my fault, wrong encoding of the font (the default one is not UTF)