hellzerg/hashing

v3.1 GUI doesn't display Korean filename,filepath on Win7

user336598776 opened this issue · 23 comments

drag and drop "kr한국.txt" file, and the GUI doesn't display "한국" word.
20220209
20220209b

save as json and open it using notepad, it's ok.

I tried it on my setup, and it's working fine.
image

Maybe you need to setup your default encoding language? See below:
image

after setting Korean and restart computer, it works but can't display Chinese words correctly.

without this system setting, i drag and drop saved utf8 json file and click "Analyze JSON files" button, the small window display Korean words correctly.
20220209c

so maybe it's possible to display Korean words without any system setting.

Previous version (3.0) works or not?

v3.0 works in the small window.
v3 0

But it does the same, not showing chinese characters.

in v3.1,v3.0
chinese characters "新建文件夹" works in the main window,
korean characters "한국" not work in the main window.

Wait... the program is in chinese, not korean. It's not translated to korean.

Wait... the program is in chinese, not korean. It's not translated to korean.

but the small window display korean characters correctly, small window is utf8 display? maybe the main window (path) can utf8 display too.

Maybe it's Windows 7 issue? Have you tried it on Windows 10?

Maybe it's Windows 7 issue? Have you tried it on Windows 10?

yes, that's win7's problem. win10pro(20h2) works perfect.
win10pro20h2works

Maybe, try to update .NET framework through Windows Update. Or install latest .NET 4.8. It might fix the issue on Windows 7.

already installed .Net Framework 4.8 on win7pro sp1.

maybe unicode support program can display korean word on win7.

drag and drop saved utf8 json file and click "Analyze JSON files" button, the small window doesn't display Korean words correctly in v2.9, but v3.0 and v3.1 correctly.
ver2 9
ver3 0
ver3 1

maybe you can use the same tech to display filepath in main window for win7.

Can you try the v2.6 version and see if it's displaying korean characters?

ver2.6
ver2 6

That doesn't make any sense...

Hashing-TEST.zip

Can you try this test build, if it's okay?

Hashing-TEST.zip

Can you try this test build, if it's okay?

Hashing-TEST.exe can display some korean word but need some fix:
"D:\新建文件夹\kr한국." to "D:\新建文件夹\kr한국.txt"
"D:\新建文件夹\한국kr\kr한" to "D:\新建文件夹\한국kr\kr한국.txt"
and "Find Identicals" need some fix too:
"D:\新建文件夹\kr한" to "D:\新建文件夹\kr한국.txt"
"D:\新建文件夹\한국kr\kr" to "D:\新建文件夹\한국kr\kr한국.txt"
test1
test1b

Hashing-TEST2, the main window display well
test2a

but "Find Identicals" need some fix:
"D:\新建文件夹\kr한국." to "D:\新建文件夹\kr한국.txt"
"D:\新建文件夹\한국kr\kr한" to "D:\新建文件夹\한국kr\kr한국.txt"
test2b

Hashing-TEST3.zip

I hope this is okay.

Hashing-TEST3 display very well, thx
test3a

Okay, I am gonna update it properly.