BdR76 / CSVLint

CSV Lint plug-in for Notepad++ for syntax highlighting, csv validation, automatic column and datatype detecting, fixed width datasets, change datetime format, decimal separator, sort data, count unique values, convert to xml, json, sql etc. A plugin for data cleaning and working with messy data files.
GNU General Public License v3.0
151 stars 8 forks source link

Cannot work with foreign language #47

Closed Chipmunk91 closed 1 year ago

Chipmunk91 commented 1 year ago

Hi team.

CSV Lint seems like not recognize foreign language. Try to color following file, you can see the columns are not properly set.

lint test.csv

image

BdR76 commented 1 year ago

Thanks for the issue report, however I cannot reproduce this. When I open the file you sent, the syntax highlighting seems to work ok. I think this has to do with the file encoding and maybe a Windows 11 setting. Three things to check:

1) Which version of the plug-in do you use? You can check the menu Plugins > CSV Lint > About or also ? > Debug info.

2) Are you using Windows 11? In version v0.4.6 there was an update for improved compatibility with the Windows UTF8 setting.

3) What is the file encoding? You can check in the bottom right of Notepad++, when I open the file it says UTF-8-BOM

lint_test_foreign_test

BdR76 commented 1 year ago

Let me know if this was solved with installing the newest plug-in version, I can't reproduce this so for now I'll close this issue