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)

All
Other
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: erik, Assigned: erik)

Details

Need to remove the 4-byte version of PRUnichar and the ifdef surrounding it. Too dangerous.
Target Milestone: M6
Status: NEW → ASSIGNED
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
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
QA Contact: teruko → erik
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.