What every programmer absolutely, positively needs to know about encodings and character sets to work with text →

- Veröffentlicht unter Software von

If you are dealing with text in a computer, you need to know about encodings. Period. Yes, even if you are just sending emails. Even if you are just receiving emails. You don't need to understand every last detail, but you must at least know what this whole "encoding" thing is about. And the good news first: while the topic can get messy and confusing, the basic idea is really, really simple.

UTF-8 is a Brilliant Design →

- Veröffentlicht unter Software von

UTF-8 ist ein clever designtes, universelles Zeichenkodierungsformat, das Millionen von Unicode-Zeichen effizient abbildet und dennoch vollständige Rückwärtskompatibilität mit ASCII bietet, indem es variable Byte-Längen und eindeutige Bitmuster für verschiedene Zeichentypen verwendet.