eZString::fromString() unsupported characters

Author Message

Fabien Scantamburlo

Tuesday 06 April 2010 6:57:28 am

Hi,

I need to import articles. So, the articles include special characters within headline. I use eZContentObjectAttribute::fromString() method to set the content of the attribute.

For example, the "£" character (headline as eZString datatype):

Without encoding:

$contentObjectAttribute->fromString ( 'My £3M headline' );

Result: "My " (truncate string, either the url_alias: My)

With html entity encoding:

$contentObjectAttribute->fromString ( 'My £3M headline' );

Result: "My £3M headline" (unwashed character, either the url_alias: My-pound-3M-headline)

With utf8 encoding:

$contentObjectAttribute->fromString( 'My £3M headline' );

Result: "My £3M headline" (unwashed character, either the url_alias: My-163-3M-headline)

Of course, it happens with all unASCII characters.

Has anyone already dealt with this ?

Best regards,

Fabien.

Ekkehard Dörre

Tuesday 06 April 2010 8:22:37 am

Hi Fabien,

I always use http://projects.ez.no/data_import which is fantastic and I really love it and I never had problems with clean UTF-8 and URLs and in german there are many Umlaute äüößÖÄÜ in headlines.

Perhaps a good idea to use a import framework?

Greetings, ekke

edited: typo

http://www.coolscreen.de - Over 40 years of certified eZ Publish know-how: http://www.cjw-network.com
CJW Newsletter: http://projects.ez.no/cjw_newsletter - http://cjw-network.com/en/ez-publ...w-newsletter-multi-channel-marketing

Fabien Scantamburlo

Wednesday 07 April 2010 3:37:03 am

Hi Ekke,

Thanks for your help.

I fixed my issue. The bug wasn't due to the eZPublish framework. It was due to the transition table I used.
I have to set

mysql_query( "SET NAMES UTF8" );

before the query to get the headline...

The encoding was wrong.

mb_detect_encoding()

return nothing instead of utf8.

Hope this issue can help anyone...

Regards,

Fabien.

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 02:07:14
Script start
Timing: Jan 18 2025 02:07:14
Module start 'layout'
Timing: Jan 18 2025 02:07:14
Module start 'content'
Timing: Jan 18 2025 02:07:15
Module end 'content'
Timing: Jan 18 2025 02:07:15
Script end

Main resources:

Total runtime0.8196 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0086 588.0469152.6406
Module start 'layout' 0.00860.0074 740.687539.4766
Module start 'content' 0.01600.8022 780.1641556.4063
Module end 'content' 0.81820.0014 1,336.570312.1250
Script end 0.8196  1,348.6953 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00310.3815160.0002
Check MTime0.00140.1652160.0001
Mysql Total
Database connection0.00070.084810.0007
Mysqli_queries0.752591.8139570.0132
Looping result0.00060.0686550.0000
Template Total0.774994.520.3874
Template load0.00190.231720.0009
Template processing0.773094.304420.3865
Template load and register function0.00020.019410.0002
states
state_id_array0.00270.333910.0027
state_identifier_array0.00120.144820.0006
Override
Cache load0.00170.2040440.0000
Sytem overhead
Fetch class attribute can translate value0.00050.065320.0003
Fetch class attribute name0.00110.128250.0002
XML
Image XML parsing0.00090.113420.0005
class_abstraction
Instantiating content class attribute0.00000.001160.0000
General
dbfile0.00080.0990220.0000
String conversion0.00000.001540.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
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
12content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/strong.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/strong.tplEdit templateOverride template
5content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 29
 Number of unique templates used: 8

Time used to render debug report: 0.0002 secs