Open GoogleCodeExporter opened 9 years ago
A very similar error occurs when trying to edit and then save a file including
Japanese text in the path.
What steps will reproduce the problem?
1. Load a custom list into the List Manager from a location that includes
Japanese
text in the path.
2. Select added list and click "Open List" in the List Manager.
3. Click "Save".
What is the expected output? What do you see instead?
Expected: Peer Block saves the Custom List without issue.
Actual: Peer Block reports the following error:
---------------
Uncaught exception
An uncaught exception occured!
This problem has been automatically reported to Phoenix Labs. The report contains
the following information:
Build Number: 30908190093
File: .¥listproc.cpp
Line: 659
Type: class p2p::p2p_error
Message: unable to open file
Thankyou for helping us improve PeerGuardian!
---------------
Please provide any additional information below.
Again, you can read the yen mark (¥) as a backslash (\).
WORKAROUND: Same as original bug post (load the blocklists from a path that
doesn't
include Japanese characters).
Original comment by ryunokok...@gmail.com
on 22 Aug 2009 at 3:38
Attachments:
I think this is probably to to incorrect use of ASCII in the path-handling code,
where we should be using Unicode (and Unicode-aware file I/O) instead. We'll
look
into it.
Original comment by peerbloc...@gmail.com
on 22 Aug 2009 at 3:47
Original issue reported on code.google.com by
ryunokok...@gmail.com
on 22 Aug 2009 at 3:22Attachments: