csv problem encoding utf-8

Author Message

Amine BETARI

Monday 24 January 2011 1:44:18 am

Hello,
I generate csv files via a module,
my problem is the encoding: for example civility displayed Civility © when I open the csv file directly with double click.
by cons when I open the csv file with notepad ++ or via Excel (Data -> External Data -> Import data -> select the encoding etc..) it works very well
you have an idea?

Frédéric RINALDI

Monday 24 January 2011 2:12:52 am

Dear Amine,

I suppose you use header functions to export to CSV?

header("Content-Disposition: attachment; filename='yourCsvFile.csv" ) ;
header("Cache-Control: cache, must-revalidate" ) ;
header("Pragma: public" ) ;

Do you use a encoding feature?
header('Content-Type: text/xml, charset=UTF-8; encoding=UTF-8');

Yours,

Amine BETARI

Monday 24 January 2011 4:05:22 am

I use:
header('Content-Type: application/csv; utf-8');
header("Content-Type: application/force-download");
header('Content-Disposition: attachment; filename="'.$fileName.'.csv"');
but I tried to use what you offered me but I had the same problem
Thank you very much

Frédéric RINALDI

Monday 24 January 2011 8:05:25 am

Do you try utf8_encode function? and maybe mb_detect_encoding to get the wrong encoding of your content.

Amine BETARI

Monday 24 January 2011 9:08:53 am

which is weird, I used the function utf_decode () for words containing accents and it works well
!!!!!!!!!!!!!!!!!

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:45:42
Script start
Timing: Jan 18 2025 02:45:42
Module start 'layout'
Timing: Jan 18 2025 02:45:42
Module start 'content'
Timing: Jan 18 2025 02:45:43
Module end 'content'
Timing: Jan 18 2025 02:45:43
Script end

Main resources:

Total runtime0.7556 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.0071 587.9141152.6250
Module start 'layout' 0.00710.0035 740.539139.4531
Module start 'content' 0.01060.7433 779.9922491.7734
Module end 'content' 0.75390.0016 1,271.765612.1641
Script end 0.7555  1,283.9297 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.4493160.0002
Check MTime0.00140.1814160.0001
Mysql Total
Database connection0.00150.192710.0015
Mysqli_queries0.704293.2060630.0112
Looping result0.00060.0787610.0000
Template Total0.722295.620.3611
Template load0.00200.270420.0010
Template processing0.720195.307520.3601
Template load and register function0.00020.028810.0002
states
state_id_array0.00100.129710.0010
state_identifier_array0.00100.135320.0005
Override
Cache load0.00170.2304330.0001
Sytem overhead
Fetch class attribute can translate value0.00200.264820.0010
Fetch class attribute name0.00150.195650.0003
XML
Image XML parsing0.00020.027520.0001
class_abstraction
Instantiating content class attribute0.00000.001450.0000
General
dbfile0.00060.0857100.0001
String conversion0.00000.001040.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
6content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/emphasize.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/emphasize.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 24
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs