| Anonymous | Login | Signup for a new account | 2025-10-29 00:04 CET | ![]() |
| My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| 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 | ||||||||
| 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. | ||||||||
| 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. | ||||||||
| Fixed in Revision | |||||||||
| Operating System | |||||||||
| Attached Files | |||||||||
Notes |
|
|
(0000166) Xaignar (manager) 2004-07-20 14:52 |
Hum. Thanks for the report, this also be causing other problems, I'll have to check. |
|
(0000169) Xaignar (manager) 2004-07-21 17:45 |
This should be fixed now on CVS. Please test the patch in this thread and report back: http://forum.amule.org/thread.php?threadid=3004 [^] |
|
(0000181) Xaignar (manager) 2004-07-30 23:40 |
Assuming that the issue is fixed, since there was no futher replies. |
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 | |
| Copyright © 2000 - 2025 MantisBT Team |