PartKeepr icon indicating copy to clipboard operation
PartKeepr copied to clipboard

Unicode character get error when export to cvs file .

Open Datinhkhach opened this issue 4 years ago • 2 comments

Unicode character get error when export to cvs file . I tried on the demo site and still got the same problem: https://demo.partkeepr.org/ . Please help. Thank so much. Unicode1 Unicode2

Datinhkhach avatar Jun 24 '21 07:06 Datinhkhach

Dear Datinhkhach this has to do with the characters set used to define the database https://readthedocs.web.cern.ch/display/PARTK/different+charsets+in+the+database I guess the demo website has the standard CHARSET=utf8 COLLATE=utf8_unicode_ci; and seems yo requires to use another characters set. If you have your own Partkeepr installation you could try to change the charset and collate of your database to test. Regards

ghost-from-the-past avatar Jul 15 '21 08:07 ghost-from-the-past

Hi

I have tried changing some charset types but it doesn't work. The error only occurs when exporting data to a .csv file, and when importing the opposite data from the cvs file into partkeepr, it is normal.

Datinhkhach avatar Jul 18 '21 15:07 Datinhkhach