Closed
Bug 28406
Opened 25 years ago
Closed 25 years ago
nsUEscapeToUnicode::Convert filters out \\\n
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
People
(Reporter: norrisboyd, Assigned: ftang)
Details
It used to be possible to put line breaks in the string values in .properties
files by prefixing the line break by a backslash. However, that is now broken
because the conversion to unicode filters out the backslash so that the code in
nsPersistentProperties::Load only sees the newline and thus ends the string
prematurely.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•