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

后端 未结 5 614
别跟我提以往
别跟我提以往 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 06:08

    Check out Joel Spolsky's The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)

    EDIT 20140523: Also, watch Characters, Symbols and the Unicode Miracle by Tom Scott on YouTube - it's just under ten minutes, and a wonderful explanation of the brilliant 'hack' that is UTF-8

提交回复
热议问题