On Thu, 05 Sep 2002 14:56:04 +0100, Nick Ing-Simmons
<nick(_dot_)ing-simmons(_at_)elixent(_dot_)com> said:
What do you think?
> Makes sense to me. U+00EE is "LATIN SMALL LETTER I WITH CIRCUMFLEX"
> not "LATIN SMALL LETTER DOTLESS I WITH CIRCUMFLEX"
In the meantime I have read TR15 and it is crystal clear that you are
right.
For the practical engineer though this is something to to keep in
mind. For the German libraries for example, who have their own
encoding, it is standard to use the dotless i in conjunction with
combining characters because it doubtlessly looks better in print. So
I have to adjust my conversion code, but Unicode::Normalize is
correct.
--
andreas