UTF8 vs. UTF16 vs. char* vs. what? Someone explain this mess to me!

后端 未结 5 565
别跟我提以往
别跟我提以往 2021-01-30 05:22

I\'ve managed to mostly ignore all this multi-byte character stuff, but now I need to do some UI work and I know my ignorance in this area is going to catch up with me! Can anyo

5条回答
  •  醉酒成梦
    2021-01-30 05:52

    There is also the issue with fonts. There are two ways to handle fonts. Either you use a gigantic font with glyphs for all the Unicode characters you need (I think recent versions of Windows comes with one or two such fonts). Or you use som library capable of combining glyphs from various fonts dedicated to subsets of the Unicode standard.

提交回复
热议问题