aMule Bug Tracker - aMule |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0000094 | aMule | Transfer | public | 2004-07-20 13:09 | 2004-07-30 23:40 |
|
Reporter | twu2 | |
Assigned To | Xaignar | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Fixed in Revision | |
Operating System | |
|
Summary | 0000094: CamuleApp::StripInvalidFilenameChars() broken for CJK filename |
Description | After transfer complete, file move to incoming folder, strip invalid filename chars will cause CJK filename broken.
|
Steps To Reproduce | |
Additional Information | In CamuleApp::StripInvalidFilenameChars(), should allow strText[i] < 0, or convert to unsigned char to avoid this problem.
like:
if ( strText[i] > 31 || strText[i] < 0) {
result += strText[i];
} |
Tags | No tags attached. |
Relationships | |
Attached Files | amule.diff (534) 2004-07-20 13:12 https://bugs.amule.org/file_download.php?file_id=13&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2004-07-20 13:09 | twu2 | New Issue | |
2004-07-20 13:12 | twu2 | File Added: amule.diff | |
2004-07-20 14:52 | Xaignar | Note Added: 0000166 | |
2004-07-21 17:45 | Xaignar | Note Added: 0000169 | |
2004-07-30 23:40 | Xaignar | Status | new => resolved |
2004-07-30 23:40 | Xaignar | Resolution | open => fixed |
2004-07-30 23:40 | Xaignar | Assigned To | => Xaignar |
2004-07-30 23:40 | Xaignar | Note Added: 0000181 | |