[Zope-dev] ZCatalog and Umlaut Problems

mindlace mindlace@imeme.net
Thu, 18 May 2000 11:21:43 -0600


Alexander Schad wrote:
> 
> Hi Folks!
> 
> I experienced some problems using Umlauts (ä,ö,ü,ß) in ZCatalog. The
> problems seems to be that the umlauts get html_quoted when indexed i.e.
> u-umlaut becomes ü but when i search for an umlaut they get
> url_quoted u-umlaut becomes %FC and though the entry wont be found. Is
> that a bug??
> 
> What can i do to easily solve the problem ?

./start -L 'my_locale'

Assuming you're using zope 2.1.4 or later.

I did it with Portuguese (./start -L 'pt_PT'), and all funny portuguese
characters (çêã etc.) catalog properly.  You may need to reindex after
restarting.

~mindlace