On Wed, Aug 31, 2011 at 5:58 PM, Neil Hodgson <[email protected]> wrote:
> [...] some text drawing engines draw decomposed characters ("o"
> followed by " ̈" -> "ö") differently compared to their composite
> equivalents ("ö") and this may be perceived as better or worse. I'd
> like to offer an option to replace some decomposed characters with
> their composite equivalent before drawing but since other characters
> may look worse, I don't want to do a full normalization.

Isn't this an issue properly solved by various normal forms?

-- 
--Guido van Rossum (python.org/~guido)
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to