gurikbal / Remove_dup_lines

Remove dup lines is a notepad++ plugin
17 stars 6 forks source link

Used in Chinese, There will be strange characters #4

Closed xspoco closed 3 years ago

xspoco commented 4 years ago

nice plugin, but used in chinese, there will be strange characters. 2019-12-31_02-56-06

gurikbal commented 4 years ago

nice plugin, but used in chinese, there will be strange characters.

yes it can be solved by return encoding to UTF8 you should attach this file also.

xspoco commented 4 years ago

nice plugin, but used in chinese, there will be strange characters.

yes it can be solved by return encoding to UTF8 you should attach this file also.

Whether I use utf8 or gb2312, is the same problem.

2019-12-31_23-42-01

txt-gb2312.txt txt-utf8.txt

gurikbal commented 4 years ago

but i removed duplicate lines successfully

https://youtu.be/OP_VqD7lCGw

xspoco commented 4 years ago

i do not know why... i install a new system new notepad++ new plugin ,still have the same problem..:fearful: 2020-01-02_05-20-58

xspoco commented 4 years ago

I know why.. In the Chinese version system, Language for non-Unicode programs default setting is Chinese(Simplified,China). must select options : [Beta: Use Unicode UTF-8 for worldwide language support] or change Current system locale: English(United States). Then it can be removed duplicate lines successfully. image