Page 2 of 3

Re: File information prompts Chinese garbled

Posted: 10 Mar 2019 16:26
by sj515064
admin wrote: 10 Mar 2019 15:50 How does it look in Windows Explorer? Also garbled?
A confirm:

I have downloaded the file and everything looks fine in the standard "property" window of the file.

My PC is also using the CJK locale.

Re: File information prompts Chinese garbled

Posted: 10 Mar 2019 16:42
by admin
Looks garbled here (German locale):

Re: File information prompts Chinese garbled

Posted: 10 Mar 2019 16:57
by sj515064
admin wrote: 10 Mar 2019 16:42 Looks garbled here (German locale):
My PC shows correctly for this file in this window (Chinese locale).
But the hover box is garbled.

It is strange that the "Meta" tab in the Info Panel is without the problem, though.

Re: File information prompts Chinese garbled

Posted: 10 Mar 2019 17:09
by admin
OK, in the next version (v19.70.0121) it might just work.

Re: File information prompts Chinese garbled

Posted: 11 Mar 2019 01:04
by zhchgao
It is very normal in Windows Explorer and there is no problem at all. Please see.

Re: File information prompts Chinese garbled

Posted: 11 Mar 2019 01:16
by zhchgao
19.70.0.121,Still not solved!

Re: File information prompts Chinese garbled

Posted: 11 Mar 2019 06:04
by sj515064
zhchgao wrote: 11 Mar 2019 01:16 19.70.0.121,Still not solved!
No luck with me, either.

Meta tab in Info Panel: OK
Raw View in Info Panel: OK (the first two lines containing the ID3 show correctly)
Columns with special property (like "Tag Album", "Tag Artist", ...): no
Hover box: no
standard "property" window from OS: OK

Re: File information prompts Chinese garbled

Posted: 11 Mar 2019 08:43
by admin
Please select Help | Various Information and show me this part:

Code: Select all

System Locale ID: 1031 (de-DE)
Thread Locale ID: 1031 (de-DE)
Default ANSI Code Page: 1252  (ANSI - Lateinisch I)
Active ANSI Code Page: 1252  (ANSI - Lateinisch I)
Default OEM code page: 850   (OEM - Multilingual Lateinisch I)
Active OEM Code Page: 850   (OEM - Multilingual Lateinisch I)
Is DBCS Code Page: No
Main Contents Font: Segoe UI 9

Re: File information prompts Chinese garbled

Posted: 11 Mar 2019 09:04
by sj515064

Code: Select all

System Locale ID: 2052 (zh-CN)
Thread Locale ID: 2052 (zh-CN)
Default ANSI Code Page: 936   (ANSI/OEM - 简体中文 GBK)
Active ANSI Code Page: 936   (ANSI/OEM - 简体中文 GBK)
Default OEM code page: 936   (ANSI/OEM - 简体中文 GBK)
Active OEM Code Page: 936   (ANSI/OEM - 简体中文 GBK)
Is DBCS Code Page: Yes
Main Contents Font: Tahoma 9

Re: File information prompts Chinese garbled

Posted: 11 Mar 2019 09:20
by admin
Hm. All as I expected.

You say "not solved". So nothing changed? Same picture as before?

Re: File information prompts Chinese garbled

Posted: 11 Mar 2019 09:39
by admin
In the next beta you can try this:

Code: Select all

text dbcsdecode("ÃɹÅÌìÔÏ ¢ò", 936);
It should return this:
蒙古天韵 Ⅱ

These should work as well if your locale is 936:

Code: Select all

text dbcsdecode("ÃɹÅÌìÔÏ ¢ò", 0);

Code: Select all

text dbcsdecode("ÃɹÅÌìÔÏ ¢ò");

Re: File information prompts Chinese garbled

Posted: 11 Mar 2019 11:23
by sj515064
In the next beta you can try this:
Will try it upon next beta :)

Re: File information prompts Chinese garbled

Posted: 11 Mar 2019 13:33
by sj515064
Tested with the latest beta, still no luck :|

Code: Select all

text dbcsdecode("ÃɹÅÌìÔÏ ¢ò", 936);
produces "?é1?ìì?? ¢ò"

So do the other two scripts.

This is really mysterious, simply forget it... :veryconfused:

Re: File information prompts Chinese garbled

Posted: 11 Mar 2019 14:15
by admin
OK, that's hopeless. I will remove that nonworking workaround.

Re: File information prompts Chinese garbled

Posted: 12 Mar 2019 01:01
by zhchgao
19.70.0.123,Still not solved!