Re: [patch] normalize unicode text to precomposed form

2007-04-03 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Georg" == Georg Baum >> <[EMAIL PROTECTED]> >> writes: > > Georg> If you enter accents via the kmap mechanism they will not > Georg> produce a single precomposed character (e.g. é), but a > Georg> combining pair (e.g. e + '). IMHO we should use the prec

Re: [patch] normalize unicode text to precomposed form

2007-04-02 Thread José Matos
On Monday 02 April 2007 9:00:57 pm Jean-Marc Lasgouttes wrote: > Georg, you're doing a great job! I second that. :-) > JMarc -- José Abílio

Re: [patch] normalize unicode text to precomposed form

2007-04-02 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> If you enter accents via the kmap mechanism they will not Georg> produce a single precomposed character (e.g. é), but a Georg> combining pair (e.g. e + '). IMHO we should use the precomposed Georg> form if it does exist. The attached p

Re: [patch] normalize unicode text to precomposed form

2007-04-01 Thread Abdelrazak Younes
Georg Baum wrote: If you enter accents via the kmap mechanism they will not produce a single precomposed character (e.g. é), but a combining pair (e.g. e + '). IMHO we should use the precomposed form if it does exist. The attached patch implements that, and also converts to precomposed form whe