Forums / Install & configuration / Characters are not properly display in HTML Custom Tags

Characters are not properly display in HTML Custom Tags

Author Message

Daniel Iribarren

Friday 13 February 2009 12:47:39 pm

Hi,

In order to insert and HTML into an eZ Publish page I created a Custom Tag .
And when I see it on my web page eZ Publish doesn't render the accents characters properly.

I am using esl-ES locale for a Spanish siteaccess, and I do not have problem rendering content with accents as far as they are in the Online Editor, but not if they are in the code of the HTML form of the Custom Tag.

The information that it renders from my HTML custom tag is:

"Subscripci�n a la Publicaci�n de SWP"

and it should be (as it appears in the HTML code that is in the Custom Tag

"Subscripción a la Publicación de SWP"

I suspect that the problem is with the charset that is being rendered.

If I inspect the code of the page rendered I found that is using charset="utf-8". I do not why, because if I inspect the charset that is using my locale file for the Spanish translation is charset="iso-8859-1"

What do you think may causing the problem?

Any thought?

Steven E. Bailey

Saturday 14 February 2009 1:01:05 am

Look at i18n.ini (or whatever applicable override file). The default is charset is utf-8

[CharacterSettings]
Charset=utf-8

If the character set of your database is different from what this value is, it could cause problems.

Certified eZPublish developer
http://ez.no/certification/verify/396111

Available for ezpublish troubleshooting, hosting and custom extension development: http://www.leidentech.com

Daniel Iribarren

Tuesday 17 February 2009 6:04:08 am

Hi Steven,

Thanks very much for your feedback.

My guess was wrong.

I tried to change the default charset but it did not worked.

Also, I validate DB and it is fine because as I mentioned content populated via online is displayed properly.

The problem was another source.

The editor I was using to create the .tpl file for the custom tag was set to use Western (Mac OS Roman) and it should set to UTF-8.

So here is the solution in case anybody needs.

eZ debug

Timing: Jan 18 2025 14:54:35
Script start
Timing: Jan 18 2025 14:54:35
Module start 'content'
Timing: Jan 18 2025 14:54:35
Module end 'content'
Timing: Jan 18 2025 14:54:36
Script end

Main resources:

Total runtime0.3536 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0097 587.9766180.8047
Module start 'content' 0.00970.0085 768.781393.9766
Module end 'content' 0.01820.3353 862.7578523.1563
Script end 0.3535  1,385.9141 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00431.2149200.0002
Check MTime0.00150.4159200.0001
Mysql Total
Database connection0.00140.407210.0014
Mysqli_queries0.294183.18761410.0021
Looping result0.00180.50991390.0000
Template Total0.334794.710.3347
Template load0.00090.261010.0009
Template processing0.333894.411210.3338
Override
Cache load0.00070.185810.0007
Sytem overhead
Fetch class attribute can translate value0.00070.206710.0007
XML
Image XML parsing0.00030.074610.0003
General
dbfile0.00832.3440200.0004
String conversion0.00000.002030.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs