Closed Bug 88804 Opened 23 years ago Closed 23 years ago

Blackletter capital R shows up as Latin capital letter R

Categories

(Core :: Layout, defect)

PowerPC
All
defect
Not set
normal

Tracking

()

VERIFIED FIXED
mozilla0.9.4

People

(Reporter: hsivonen, Assigned: ftang)

References

()

Details

2001061314 FizzillaCFM, Mozilla 0.9.2 Mac Classic

The character blackletter capital R (real part symbol, U+211C) shows up as
regular Latin capital letter R, even though the character is available in the
Symbol font.   Blackletter capital I (imaginary part) does not have this problem.
Blocks: 88791
Status: NEW → ASSIGNED
to fix this one, add one line in gfx/src/mac/nsUnicodeRenderingToolkit.cpp
 65   (0x2111 == (c))   || \
 66   (0x2118 == (c))   || \
+     (0x211c == (c))   || \
 67   IN_RANGE(c, 0x2190, 0x2193) || \
can some one code review this one?
Basically, I add 211C to the execptional list to use ATSUI to render it if we 
cannot render by other method. the origional "regular Latin capital letter R" 
behavior is cause by later ASCII transliteration rendering. 
Small change, and safe. 
Target Milestone: --- → mozilla0.9.4
rs=sfraser
fixed and check in 
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Marking verified fixed in the Sept 05 build.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.