u8g2_wqy icon indicating copy to clipboard operation
u8g2_wqy copied to clipboard

The ICONV does not get correct encoding.

Open lwFlyFish opened this issue 6 years ago • 0 comments

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?

lwFlyFish avatar Mar 17 '18 10:03 lwFlyFish