* Tom Christiansen <tchrist@perl.com> [2008-05-20 03:00]: > (2) The troubles of getting Unicodish action on codepoints > in the U+0080 .. U+OOFF range. > > eg: % perl -E 'say chr(0xdf)' > ß > % perl -E 'say ucfirst chr(0xdf)' > ß > % perl -E 'use utf8; say ucfirst chr(0xdf)' > ß > % perl -E 'use encoding "latin1"; say ucfirst chr(0xdf)' > Ss Just as a sidenote, the consensus in a recent thread was that the `encoding` pragma is broken and deprecated. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>Thread Previous | Thread Next