Zope fail in STX rendering with national characters! (was STX rendering not conform HTML standards?)
| Odesílatel: Marco Catunda <catunda@pobox.com> | I have used Zope 2.5.1 and this problem was not happing. | Which version are you using? 2.4.0. So I was upgrade to 2.5.1, but I have other problem with national characters like ěščřžýáíéďťňóúů | > When I have files in directory that is rendered as STX via this method: | > ----8<---------8<---------8<---------8<--------- | > <dtml-var standard_html_header> | > <dtml-in expr="objectValues('DTML Document')"> | > <dtml-var sequence-item fmt=structured-text> | > </dtml-in> | > <dtml-var standard_html_footer> | > ----8<---------8<---------8<---------8<--------- I have buch of files (DTML Documents) which have STX structure inside. In Zope 2.4.0 it renders STX OK (but underlined text not!), in Zope 2.5.1 it renders as shown: Source structured text: **bold ěščřžýáíé**, *italics ěščřžýáíé* a _underline ěščřžýáíé_. Rendered HTML output: **bold ěščřžýáíé*<em>, </em>italics ěščřžýáíé* a _underline ěščřžýáíé_. It is Zope error or me? Many thanks, Jaroslav Lukesh
Jaroslav Lukesh writes:
Source structured text: **bold -Běščřžýáíé**, *italics ěščřžýáíé* a _underline ěščřžýáíé_.-A
Rendered HTML output: **bold -Běščřžýáíé*<em>, </em>italics ěščřžýáíé* a _underline ěščřžýáíé_.-A
It is Zope error or me? Maybe a missing "locale" startup option for Zope. Run "python z2.py -help". Watch out for the "-L" option.
Dieter
participants (2)
-
Dieter Maurer -
Jaroslav Lukesh