Font japanese when export to CSV
Font japanese when export to CSV
hminhduc
Posts: 22Questions: 13Answers: 1
I'm trying to export to CSV but font craft as link below. User do it on Window Japanese language, default Shift JIS code.
When export if datatabe have first colume is select checkbox, how can remove it when export.
Answers
If open exported file from Excel then it corup. I reopen from other editor, and UTF-8 selected, voila it corectly displayed.
The checkbox column doesn't currently export I'm afraid.
Regarding the CSV issue, there are two configuration options for
csvHtml5
which can affect this:bom
charset
First thing to do is check what
document.characterSet
is for your document (just run that in your browser's console).Secondly, you could try setting
bom
totrue
. Some editors like it, some don't.Allan
I'm trying set bom to true but not any change.
So currenly after export, use a other text editor to open it
Could you give me a link to your page showing the issue so I can try it here and see if I can replicate the issue?
Thanks,
Allan