u8g2_wqy
u8g2_wqy copied to clipboard
The ICONV does not get correct encoding.
Under the Windows 7_x64 , Echo '32-128 > myfont. The map
echo '32-128,' > myfont.map cat str.txt | iconv -f utf-8 -t c99 | sed 's/\\u\([0-9a-f]\{4\}\)/\$\1,\n/g' | sort | uniq | sed '/^$/d' | tr '/a-f/' '/A-F/' >> myfont.map PAUSE
Get the following
'32-128,
Will you give me some guidance?