Code Monkey home page Code Monkey logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
It appears that this was an issue caused by french characters (é, à, etc.).  
FireFox and Chrome handled these characters without any problems but IE 
continued to fail, regardless of any charset used with the ajax call.  
Stripping the file of any french characters appears to resolve the issue.  It 
would be much appreciated if further support could be implemented to prevent 
this from being an issue as additional steps need to be taken now when 
generating the CSV file to ensure there are no French characters.

Original comment by [email protected] on 8 Apr 2014 at 1:15

from jquery-csv.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
Are you reading the data from a file or an AJAX request? If so, are you setting 
the encoding to utf8.

AFAIK, the parser should work with utf8. If it's not working with utf8 then 
perhaps a change can be made to fix the issue. 

Excluding french-specific chars shouldn't be necessary

Original comment by [email protected] on 29 May 2014 at 3:05

from jquery-csv.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
It appears that -- in older versions of IE -- if you don't force Internet 
Explorer to use the UTF8 encoding, it will default to whatever language the 
browser client uses. For example, if you're using a french version of IE the 
browser will default to using a french-specific encoding.

You may try to set the encoding explicitly in the HTML header with:
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

Source: [UTF-8 encoding does not work properly with Internet Explorer but works 
perfectly with Mozilla Firefox](http://stackoverflow.com/q/9999381/290340)

Original comment by [email protected] on 29 May 2014 at 3:10

from jquery-csv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.