Encoding values of cells in UTF8 #3215
Unanswered
AmaurySchmitt
asked this question in
Q&A
Replies: 1 comment
-
Sorry I don't have a clue. Perhaps Stackoverlow can be of help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I have been on this encoding problem for over a month. I would like to encode each value of my cells in ANSI format because it is the only one that supports French with Excel. However, I saw from my numerous researches that the 'input_encoding' is not compatible in ANSI, unfortunately French does not work 100% with UTF-8 unlike ANSI
The solution is therefore to encode my data line by line for the export. Thank you for your help ! @patrickbrouwers
An example of error :
Data in database : &é"'àè-°*
:+=?çëê Data when exporting in csv : é"'àè-°*
:+=?çëêBeta Was this translation helpful? Give feedback.
All reactions