View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000881aMuleUtilitiespublic2006-05-04 10:112008-07-09 15:39
ReporterDreamerC 
Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionopen 
PlatformOSOS Version
Product Version2.1.1 
Target VersionFixed in Version 
Summary0000881: [amulecmd]Unable to display DL/UL stats
DescriptionSet LANG="zh_TW.UTF-8",and run "show DL/UL".
It will reply "{none}".
In LANG="en_US", it works fine.
TagsNo tags attached.
Fixed in Revision
Operating SystemAny
Attached Files

- Relationships

-  Notes
(0001971)
DreamerC (reporter)
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 (reporter)
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

- Issue History
Date Modified Username Field Change
2006-05-04 10:11 DreamerC New Issue
2006-05-04 10:11 DreamerC Operating System => Any
2006-05-05 17:33 DreamerC Note Added: 0001971
2006-05-28 17:32 DreamerC Note Edited: 0001971
2006-05-28 17:33 DreamerC Note Added: 0002009
2008-07-09 15:39 Wuischke Status new => closed


Copyright © 2000 - 2025 MantisBT Team
Powered by Mantis Bugtracker