Re: [htmltmpl] apache and html template
Brought to you by:
samtregar
From: Mathew R. <mat...@ne...> - 2007-07-13 04:16:26
|
>From experience I can say that making UTF8 work reliably is a non-trivial task, especially when trying to interact with the various sub-systems. So...: - do you have "use utf8;" at the top of the Perl module? - how is that character entering the Perl interpretor? ie: is it being loaded from a file, a database, hand-coded inside the source file, etc. - Is your HTML header setting the appropriate UTF8 strings so that the browser is displaying the content correctly? regards, Mathew Robertson Blesson Paul wrote: > Hi, > > I have an issue with Polish character ś. This > charecter is corrupted when it is outputed through > HTML::Template->output(). > > Only this charecter is causing the issue. Rest of them > are fine. Is there any solution to solve this > > Thanks > blesson Paul > --- Mathew Robertson > <mat...@ne...> wrote: > > >> Hi Paul, >> >> Which version of Perl are you using? I have used >> 5.6.x and 5.8.x and >> found that 5.8.3 or better was required for bug-less >> operation. >> >> Mathew Robertson >> >> Blesson Paul wrote: >> >>> My problem is same as this one >>> >>> > http://www.template-toolkit.org/pipermail/templates/2003-March/004314.html > >>> Any fix for this. >>> >>> Thanks >>> Blesson Paul >>> --- Blesson Paul <ble...@ya...> wrote: >>> >>> >>> >>>> Just add to that, If I didn't do Template->param, >>>> there is no issue. That means there is no issue >>>> >> in >> >>>> reading or writing back. >>>> >>>> Thanks >>>> Blesson Paul >>>> --- Blesson Paul <ble...@ya...> wrote: >>>> >>>> >>>> >>>>> Hi, >>>>> >>>>> I have an issue with apache and HTML template. >>>>> >>>>> >>>> When >>>> >>>> >>>>> HTML::Tempate->param process files, it add extra >>>>> charecters in between UTF charecters. It won't >>>>> happen >>>>> if I execute from command line. >>>>> >>>>> I belive there is some thing in the apache env >>>>> >>>>> >>>> which >>>> >>>> >>>>> causes this issue. In most of the time, >>>>> >> control-C >> >>>>> charecter is added. >>>>> >>>>> >>>>> Did anybody faced the same issue. >>>>> >>>>> Thanks >>>>> Blesson Paul >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> > ____________________________________________________________________________________Ready > >>> >>> >>>>> for the edge of your seat? >>>>> Check out tonight's top picks on Yahoo! TV. >>>>> http://tv.yahoo.com/ >>>>> >>>>> >>>>> >>>>> > ------------------------------------------------------------------------- > >>> >>> >>>>> This SF.net email is sponsored by DB2 Express >>>>> Download DB2 Express C - the FREE version of DB2 >>>>> express and take >>>>> control of your XML. No limits. Just data. Click >>>>> >>>>> >>>> to >>>> >>>> >>>>> get it now. >>>>> http://sourceforge.net/powerbar/db2/ >>>>> _______________________________________________ >>>>> Html-template-users mailing list >>>>> Htm...@li... >>>>> >>>>> >>>>> > https://lists.sourceforge.net/lists/listinfo/html-template-users > >>> >>> >>>> >>>> >>>> >>>> > ____________________________________________________________________________________ > >>> >>> >>>> Be a better Globetrotter. Get better travel >>>> >> answers >> >>>> from someone who knows. Yahoo! Answers - Check it >>>> out. >>>> >>>> >>>> > http://answers.yahoo.com/dir/?link=list&sid=396545469 > >>> >>> >>> >>> >>> >>> >>> > ____________________________________________________________________________________ > >>> Yahoo! oneSearch: Finally, mobile search >>> that gives answers, not web links. >>> >>> > http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC > >>> > ------------------------------------------------------------------------- > >>> This SF.net email is sponsored by DB2 Express >>> Download DB2 Express C - the FREE version of DB2 >>> >> express and take >> >>> control of your XML. No limits. Just data. Click >>> >> to get it now. >> >>> http://sourceforge.net/powerbar/db2/ >>> _______________________________________________ >>> Html-template-users mailing list >>> Htm...@li... >>> >>> > https://lists.sourceforge.net/lists/listinfo/html-template-users > >>> >>> > > > > ____________________________________________________________________________________ > Shape Yahoo! in your own image. Join our Network Research Panel today! http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 > > > |