Closed
Bug 5772
Opened 25 years ago
Closed 25 years ago
need to remove the 4-byte version of PRUnichar
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: erik, Assigned: erik)
Details
Need to remove the 4-byte version of PRUnichar and the ifdef surrounding it.
Too dangerous.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M6
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•25 years ago
|
||
From: Brendan Eich <brendan@meer.net>
So who is gonna remove this bogus ifdef, and any other 4-byte-char pretentions
in the code?
Mike Shaver wrote:
>
> #ifdef NS_UCS4
> typedef PRUcs4 PRUnichar;
> #else
> typedef PRUcs2 PRUnichar;
> #endif
>
> I'm a bit nervous about the fact that PRUnichar changes sizes like that,
> but I guess we'll just make sure we set NS_UCS4 correctly for all
> components or whatever.
I'm nervous too. Get rid of the 4-byte version and the ifdef, and make
sure that PRUnichar is always double-byte.
Erik
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•25 years ago
|
QA Contact: teruko → erik
Assignee | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•