bug 33162 missing Japanese characters on Linux
r=ftang, sr=blizzard, a= asa@mozilla.org for checkin to the trunk. add pref to control this new code --------------------------------------- this is a 'better' redo of bug 4760: re-enable special chars (eg: smart quotes) in double byte fonts but put in a special transliterator so single byte docs do not use the large special chars from double byte fonts side benefit: the font lang group search code allows us to get most of special chars from single byte fonts (eg: iso-8859-15) git-svn-id: svn://10.0.0.236/trunk@97473 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
b8e7d7587f
commit
012d87b0b1
@ -82,6 +82,7 @@ pref("print.print_color", true);
|
||||
pref("print.print_landscape", false);
|
||||
pref("print.print_paper_size", 0);
|
||||
|
||||
pref("font.allow_double_byte_special_chars", true);
|
||||
// font names
|
||||
|
||||
// ar
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user