Skip to content
Discussion options

You must be logged in to vote

OK, I figured it out.
I misunderstood Unicode with UTF-8. For any one might have same question, Unicode Bytes != UTF-8 Enocding
After changing char icon[] = {0xe9,0x0d,0x00}; to char icon[] = {0xEE, 0xA4, 0x8D, 0x00}; it works nicely.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@baloyou
Comment options

Answer selected by KisonHe
Comment options

You must be logged in to vote
1 reply
@delhoume
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants