Re: Encoding/characterset/font family confusion



..., and I catch you, I'm going to punish you by making you peel onions
for 6 months in a submarine. I swear I will.

Good luck with the onions!

And one more thing: IT'S NOT THAT HARD.

I completely disagree. The theory is not hard at all, but the difference
between strings and texts is one that I have never encountered on the
web. Encodings simply are not linked with the strings themselves, and
that makes it almost impossible. And it is really hard to find which
programs do translate encodings, and which don't. MySQL alone has far
too many encoding settings that are counter-intuitive at best. Also, the
complete lack of proper escaping possibilities makes it even more
difficult, unless you want to escape the characters by turning them into
HTML entities.

Best regards,
--
Willem Bogaerts

Application smith
Kratz B.V.
http://www.kratz.nl/
.



Relevant Pages

  • Re: System.WCh_Cnv
    ... encodings) are too entangled for my taste. ... for I in Str'Range loop ... I cannot do that with UTF-8 in strings. ... I prefer general solutions, like array interfaces. ...
    (comp.lang.ada)
  • Re: Discussion about transformation TSP to UniqueTSP
    ... set of strings that begin with a '1', ... I'm assuming reasonable encodings are a given. ... classes at issue are sets of languages, ...
    (comp.theory)
  • Re: Encoding/characterset/font family confusion
    ... between strings and texts is one that I have never encountered on the ... programs do translate encodings, and which don't. ... After reading through a few pages of UTF-8, ... Maybe when PHP6 is out, and debugged, and I switch my server to PHP6, ...
    (comp.lang.php)
  • Re: XML Strings in Ada
    ... > If any one wishes to see and use my code for noncommercial purposes, ... > my Software Developers Cooperative License. ... My strings can be transcoded at any time. ... implementation where encodings are identified with names in Unix and ...
    (comp.lang.ada)
  • Re: Python Unicode to String conversion
    ... unicode encode and decode, try using a mix of latin1 and utf8 ... encodings to figure out whats going on, ... All input data should be decoded from byte strings into unicode as early as possible. ...
    (comp.lang.python)