aMule Bug Tracker - aMule
View Issue Details
0000881aMuleUtilitiespublic2006-05-04 10:112008-07-09 15:39
DreamerC 
 
normalmajoralways
closedopen 
2.1.1 
 
Any
0000881: [amulecmd]Unable to display DL/UL stats
Set LANG="zh_TW.UTF-8",and run "show DL/UL".
It will reply "{none}".
In LANG="en_US", it works fine.
No tags attached.
Issue History
2006-05-04 10:11DreamerCNew Issue
2006-05-04 10:11DreamerCOperating System => Any
2006-05-05 17:33DreamerCNote Added: 0001971
2006-05-28 17:32DreamerCNote Edited: 0001971
2006-05-28 17:33DreamerCNote Added: 0002009
2008-07-09 15:39WuischkeStatusnew => closed

Notes
(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
(0002009)
DreamerC   
2006-05-28 17:33   
Reminder sent to Kry

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