Sujet : Re: Simple string conversion from UCS2 to ISO8859-1
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 22. Feb 2025, 22:23:42
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vpdf8u$4oi5$2@dont-email.me>
References : 1 2 3 4 5 6 7 8
User-Agent : Pan/0.162 (Pokrosvk)
On Sat, 22 Feb 2025 13:11:34 +0100, Janis Papanagnou wrote:
UTF-8 is an _encoding_ (as I wrote), as opposed to a direct
representation of a fixed width character (either 8 bit width ISO 8859-X
or 16 bit with UCS-2). Conversions to/from UTF-8 are not as
straightforward as fixed width character representations are.
Unicode is not, and never has been, a fixed-width character set.
UCS-2 was a fixed-width set of code points. Even that idea has been
abandoned.