template encoding problem

Author Message

Marc Boon

Tuesday 14 February 2006 6:04:07 am

I am setting up a multilingual site (english, german, arabic) and the arabic templates don't appear in the right encoding. I have specified utf-8 everywhere possible, but the template texts are unreadable. It looks like they are converted to some other character encoding.

When I open the templates directly in the browser, arabic text is displayed correctly. Also in dreamweaver the templates look fine.

Even more, arabic content (eg. an article) entered through the admin interface, shows up in arabic script as intended on the public site. Only the text which are hardcoded in the templates are displayed in the wrong encoding, and thus unreadable.

When I check the http headers and xhtml source, all says utf-8, but the template text is mangled somewhere in the process.

Any idea what is happening here?

Marc Boon

Tuesday 14 February 2006 7:35:37 am

When template debugging is swtitched on, I get several notices like this:

Notice:
design/islam_ar/override/templates/page_start.tpl, iso-8859-1

The mention of iso-8859-1 might be the cause of the problem. Is the template regarded as encoded in iso-8859-1 and then translated to utf-8?
This should not be done, since this (custom) template is already utf-8 encoded, and has arabic text in it.

How do I specify the encoding of the template files? Is there some template code that has to be inserted, or is it some ini file setting?

Marc Boon

Thursday 16 February 2006 6:37:27 am

I tried to work around this problem by converting all text that doesn't fit in the iso-8859-1 encoding to character entities (using Dremweaver, saving a utf-8 document as iso-8859-1), Dreamweaver converts the text to character entities (like ع) which are not affected by the template parsing, and hence display correctly.

Of course this is not a good solution, and I would greatly appreciate some feedback from the ez crew on this template encoding issue.

Marc Boon

Monday 13 March 2006 2:03:29 am

I found this in template.ini:

[CharsetSettings]
# The charset to use if no charset is specified in the template
DefaultTemplateCharset=iso-8859-1

So, I can set the default charset for all templates, but how do you specify a charset in a single template?

Kristian Hole

Monday 13 March 2006 2:11:07 am

If you look in the standard templates you will see an comment like this in the top of each file:


{*?template charset=latin1?*}

That way you can specify the charset for each template.

Kristian

http://ez.no/ez_publish/documenta...tricks/show_which_templates_are_used
http://ez.no/doc/ez_publish/techn...te_operators/miscellaneous/attribute

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 22:15:01
Script start
Timing: Jan 18 2025 22:15:01
Module start 'layout'
Timing: Jan 18 2025 22:15:01
Module start 'content'
Timing: Jan 18 2025 22:15:01
Module end 'content'
Timing: Jan 18 2025 22:15:01
Script end

Main resources:

Total runtime0.7260 sec
Peak memory usage4,096.0000 KB
Database Queries63

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0065 589.0313152.6250
Module start 'layout' 0.00650.0029 741.656339.4453
Module start 'content' 0.00940.7148 781.1016557.1250
Module end 'content' 0.72420.0018 1,338.226612.1641
Script end 0.7259  1,350.3906 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00450.6141160.0003
Check MTime0.00140.1871160.0001
Mysql Total
Database connection0.00090.121810.0009
Mysqli_queries0.660590.9770630.0105
Looping result0.00080.1171610.0000
Template Total0.683494.120.3417
Template load0.00250.347520.0013
Template processing0.680893.778720.3404
Template load and register function0.00020.023710.0002
states
state_id_array0.00100.131410.0010
state_identifier_array0.00160.217420.0008
Override
Cache load0.00210.2903270.0001
Sytem overhead
Fetch class attribute can translate value0.00090.124020.0005
Fetch class attribute name0.00170.230460.0003
XML
Image XML parsing0.00100.134120.0005
class_abstraction
Instantiating content class attribute0.00000.001860.0000
General
dbfile0.00680.9400160.0004
String conversion0.00000.001240.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
9content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 21
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs