Hello, I use MySQL to keep informations about my comics. In this DB, I've got a field with structured text in it. When I render it, it just render fine except when I use non-ascii caracters ie *foo* -> <em>foo</em> but *école* -> *école* Is there any work around ?? -- (°> Nicolas Évrard / ) Liège - Belgique ^^
Nicolas Évrard wrote:
Hello,
I use MySQL to keep informations about my comics. In this DB, I've got a field with structured text in it.
When I render it, it just render fine except when I use non-ascii caracters ie *foo* -> <em>foo</em> but *école* -> *école*
Is there any work around ??
do you have set your right locale with the -L option at startup of your ZOPE? cheers, maik -- Maik Jablonski __o www.zfl.uni-bielefeld.de _ \<_ Deutsche Zope User Group Bielefeld, Germany (_)/(_) www.dzug.org
* Maik Jablonski [12:53 09/08/02 CEST]:
Nicolas Évrard wrote:
Hello,
I use MySQL to keep informations about my comics. In this DB, I've got a field with structured text in it.
When I render it, it just render fine except when I use non-ascii caracters ie *foo* -> <em>foo</em> but *école* -> *école*
Is there any work around ??
do you have set your right locale with the -L option at startup of your ZOPE?
Indeed ... I forgot to check google to see if the problem was in the locale. I though I used é somewhere else and so I though it was a weird interaction between MySQL and the structured text ... Sorry for the inconvenient and thanks anyway -- (°> Nicolas Évrard / ) Liège - Belgique ^^
It seems that your zope setup is not correct. Your should look at the -L option. (ISO-8859-1) \Oliver
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Nicolas Évrard Sent: 9. august 2002 12:47 To: zope@zope.org Subject: [Zope] Structured text and MySQL
Hello,
I use MySQL to keep informations about my comics. In this DB, I've got a field with structured text in it.
When I render it, it just render fine except when I use non-ascii caracters ie *foo* -> <em>foo</em> but *école* -> *école*
Is there any work around ??
-- (°> Nicolas Évrard / ) Liège - Belgique ^^
Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.381 / Virus Database: 214 - Release Date: 02-08-2002
participants (3)
-
Maik Jablonski -
Nicolas Évrard -
Oliver Marx