Tue, 14 Oct 2008 10:34:12 -0500, Yarko T wrote: > two things on this: > Bruce's filter works, is Python, is portable; > > Sphinx dealing w/ only one character set limits ability to typeset > (Bruce pointed out "facade" as an example). > > The bigger issue is identifying & understanding where the current > conrtraints are in Sphinx.
I think there's now some misunderstanding: Unicode/UTF-8 pretty much supersedes previous character sets; nowadays there is very seldom any practical need to use something else, apart from legacy systems which Sphinx is not one of, as Unicode encompasses many of the scripts ever used on Earth. See eg. [1,2]. And, it's possible to write a cedilla; there's the code point "U+00E7 LATIN SMALL LETTER C WITH CEDILLA". .. [1] http://en.wikipedia.org/wiki/Unicode .. [2] http://en.wikipedia.org/wiki/UTF-8 -- Pauli Virtanen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
