2009/6/1 Sebastian Sastre <
[hidden email]>:
> ah, thanks for the info.
> And, in case it can be enough for the moment, what would be the poor's man version of this goal?
Build the map of characters with diacritics to ones without "by hand".
The Unicode solution would be to do normalization with full
decomposition and then a regex on \p{InCombiningDiacriticalMarks} and
replace it with an empty string or something similar.
Cheers
Philippe