Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
In researching a database problem, I just discovered that MySQL's default collation is latin1_swedish_ci. Apparently, this is considered OK because english doesn't have accented characters and will therefore sort the same way. Still, sounds a bit dodgy to me.
Unicode, please... (Score:2)
Re: (Score:1)
Uhm, that makes no sense. UTF-8 is an encoding, Unicode is a charset, and neither is a collation. F.ex., Ü will sort to different places depending on whether the collation is English or German (and may sort in yet otherwise in one of the Scandinavian languages, or in Turkish, or what have you). Whether you represent this character in Latin-1 or Unicode (happens to be the same codepoint in both charsets) and whether you encode the Unicode codepoint using UTF-8 or another encoding all has nothing to do w
English characters (Score:2)
AE occurs in words like encyclopaedia and aesc, and OE in, for example, the proper name OEdipus and a few s
Re: (Score:2)
And even then, we have words like résumé which also have accents, depending on who is spelling them.
Re: (Score:2)
Re: (Score:1)
Don’t forget naïve. Æsthetics and co. work just fine in browsers, btw.
Re: (Score:2)