2
brucmao
Code: Select all
C:\work\色标库
C:\work\柯坪县
c:\work\北边.png
1. I took that and made those folders and a file on my PC.
2. I made LOADLIST.txt with that contents in two encodings:
2.1. LOADLIST.txt UTF-8 BOM (begins with "
EF BB BF" bytes [which is
BOM for that encoding]: seen as such when viewing file in Lister as hex)
2.2. LOADLIST.txt UTF-16LE BOM (begins with "
FF FE" bytes [which is
BOM for that encoding]: seen as such when viewing file in Lister as hex)
3. I reproduced your command in my TC:
Code: Select all
[em_LoadMyList]
cmd=LOADLIST %COMMANDER_PATH%\User\MyList.txt
My "Language for non-Unicode programs" is Ukrainian [nothing to do with the Chinese], "Use Unicode UTF-8 for worldwide language support" option is inactive [unchecked].
4. I run your command on my PC and it works as intended, both with LOADLIST.txt UTF-8 BOM, and LOADLIST.txt UTF-16LE BOM.
Please, check if your LOADLIST.txt file actually does go with BOM.
You can also try my files:
https://workupload.com/archive/y5DSfYdubj
LOADLIST_UTF8_BOM.zip (174 bytes)
LOADLIST_UTF16LE_BOM.zip (176 bytes)
Edit.
ghisler(Author) wrote: 2024-12-18, 08:55 UTC
I could reproduce and fix it, the problem was code page 936. It worked with single byte code pages like Western or Cyrillic, but not with multi-byte code pages.
Oh. Regarding this, my message becomes useless. Sorry.