entity_encoding : 'raw' commented by default?

You need to be logged in to post messages in the forums. New users may register here.

Carlos Revillo

Member since:
09 January 2008

Posts: 48

Tuesday 20 April 2010 3:05:03 pm

hi. This setting is commented in default template
http://svn.projects.ez.no/ezoe/tr...ent/datatype/edit/ezxmltext_ezoe.tpl

Is there any reason for that? it's strange, because i haven't noted problems with that till now (i've upgraded my browser though).

The problem is that if text contains spanish special characters (tildes) like 'áéíóú', these characteres are converted to html entities like é, for example.

This is solved by uncommenting this setting... could this be moved to a ini or something?

thanks.

Up

André R.

Member since:
14 January 2008

Posts: 145

Tuesday 20 April 2010 11:04:07 pm

Confirmed, seems to cause problems with other changes in trunk regarding how TinyMCE stores data, and basically double encodes these characters. So will turn it back on for trunk (not an issue in 5.1).

Fixed in rev. 212

Note to self: Other option is to set it to numeric instead of raw, but then [InputSettings]AllowNumericEntities setting needs to be enable, and if it's not you'll get same issue as you have now, but with numeric entities in output instead.

eZ Online Editor 5.1: http://projects.ez.no/ezoe || eZJSCore 1.1(Ajax): http://projects.ez.no/ezjscore || eZSearch++(better search results): http://projects.ez.no/ezsearchpro
@: http://twitter.com/andrerom

Up

Carlos Revillo

Member since:
09 January 2008

Posts: 48

Wednesday 21 April 2010 1:15:01 pm

i see. thanks for the fix.
best.
Up

André R.

Member since:
14 January 2008

Posts: 145

Wednesday 05 May 2010 4:27:42 am

This seems to cause regression for none breaking space charter and possible other special charters that needs to be saved in encoded form.

So keep an eye on this:
http://issues.ez.no/IssueView.php?Id=16779&activeItem=1

eZ Online Editor 5.1: http://projects.ez.no/ezoe || eZJSCore 1.1(Ajax): http://projects.ez.no/ezjscore || eZSearch++(better search results): http://projects.ez.no/ezsearchpro
@: http://twitter.com/andrerom

Up

You need to be logged in to post messages in the forums. New users may register here.