You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a csv containing foreign characters as part of the search terms (in this case they are Japanese characters/terms). After loading the terms using the csv import function, the Japanese characters are converted into gibrish characters. I've attached a screenshot of the issue below, as well as included a screenshot of the csv loaded into Notepad++ to show the file encoding settings (UTF-8-BOM & CR LF). We have tested and identified this issue in SearchModule v3.14 through v3.18
The text was updated successfully, but these errors were encountered:
marleyjaffe
changed the title
Importing terms from CVS containing foreign Japanese characters results in gibrish
Importing terms from .csv containing foreign Japanese characters results in gibrish
Mar 4, 2022
Hello @marleyjaffe I went ahead and modified the CSV import code to enforce UTF-8 encoding. Looks like before it was relying on system encoding which on a windows machine is likely CP1252 (AKA Window-1252).
We have a csv containing foreign characters as part of the search terms (in this case they are Japanese characters/terms). After loading the terms using the csv import function, the Japanese characters are converted into gibrish characters. I've attached a screenshot of the issue below, as well as included a screenshot of the csv loaded into Notepad++ to show the file encoding settings (
UTF-8-BOM
&CR LF
). We have tested and identified this issue in SearchModule v3.14 through v3.18The text was updated successfully, but these errors were encountered: