(0001971)
|
DreamerC
|
2006-05-05 17:33
(edited on: 2006-05-28 17:32) |
|
s/{none}/(none)/g
s/en_US/en_US.UTF-8/g
Try this to test this bug.
Download one pure English ed2k link ( 'test.file' ), and one UTF-8 ed2k link ( which is named like '[中文]test.file' )
Run amule/amuled
If it's in LANG="zh_TW.UTF-8" , you run amulecmd (in LANG="zh_TW.UTF-8" ) and do 'show DL'.
You will see :
(none)(none) aMulecmd$
Can't see both
In LANG="en_US.UTF-8" , and run it.
> AAAAAAAAAAAAAAAAAAAAAAAA12345678 test.file [0.0%] 0/1 - Waiting
(null)aMulecmd$
------
bugs in src/TextClient.cpp
line 532: tag->FileName()
line 548: clientName
line 549: partfileName
need wxConv to fix wchar_t s in unicode problem
edited on: 05-28-06 17:32 |
|