http://qs321.pair.com?node_id=1192665


in reply to Re^2: Sort undef
in thread Sort undef

I'm hoping deaccent will change chr(255) (y with two dots) to a plain y. It also fails if there strings starting with unicode characters above 255. Handling unicode in full generality is a huge pain, so I punted. You probably need something like Unicode::Collate to do it right.