C
Cree
Hi,
I'm trying to set up a couple of CSS styles for SIMPLIFIED and TRADITIONAL
asian characters.
Problem is, the font styles contain UNICODE sequences - ending in
semi-colons, which prematurely terminates the style statement.
Example for English char set:
font: 14px Georgia, "Times New Roman", Times, serif;
For Chinese Simplified Char set:
font: 14px SimSun, 宋体
the semicolon after the 1st unicode char sequence kind of destroys the
statement.
Anyone suggest a workaround for this?
thanks...
Cree
I'm trying to set up a couple of CSS styles for SIMPLIFIED and TRADITIONAL
asian characters.
Problem is, the font styles contain UNICODE sequences - ending in
semi-colons, which prematurely terminates the style statement.
Example for English char set:
font: 14px Georgia, "Times New Roman", Times, serif;
For Chinese Simplified Char set:
font: 14px SimSun, 宋体
the semicolon after the 1st unicode char sequence kind of destroys the
statement.
Anyone suggest a workaround for this?
thanks...
Cree