![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: UTF-8 and browsers - Updateby dakkar (Hermit) |
on Feb 14, 2005 at 12:39 UTC ( #430763=note: print w/replies, xml ) | Need Help?? |
Bug in Firefox. It should work as you describe. As for the composition: first of all, work on characters, or at least or codepoints, not on utf-8 bytes. Second, you want Unicode Normal Form C (see Unicode::Normalize), so that you can write:
Will print:
(more or less, depending on PM's escaping mechanisms) -- dakkar - Mobilis in mobile Most of my code is tested...
In Section
Seekers of Perl Wisdom
|
|