Closed
Bug 164602
Opened 23 years ago
Closed 23 years ago
Calendar (server) filename doesn't support non-ansi characters
Categories
(Calendar :: Internal Components, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 164600
People
(Reporter: ajbu, Assigned: mikeypotter)
Details
Calendar mutulates the servername/local path when using a name/path with non-
ansi characters. Can also be a problem without external servers, when
profiledirectory has such characters.
attribute string server;
195 attribute string server;
229 void addCalendar( in string server );
230 void removeCalendar( in string server );
231 oeIICal getCalendar( in string server );
Server must be a unicode string type. (not part of iCalendar, so UTF-8 is not
needed)
All other leftover strings should probably also get converted to UTF-8 or
Unicode for consistancy.
*** This bug has been marked as a duplicate of 164600 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 3•19 years ago
|
||
Mass move of libxpical bugs to the Internal Components, per ctalbert.
Component: libxpical → Internal Components
Comment 4•19 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: Internal Components. Be afraid for your sanity!
QA Contact: colint → base
You need to log in
before you can comment on or make changes to this bug.
Description
•