On 2006-Apr-12, at 09:50, Tomas Klinkovsky wrote: > How can I specify Unicode characters in the CSS-generated content?
You are using @charset, right? (See http://www.opentag.com/ xfaq_enc.htm#enc_howspecifyforcss). > If I use the XML syntax (content: "&#xxx;";), the "&#xxx;" string > seems to be copied literally rather than interpreted as a Unicode > character. I found the following example (content: "\A9";) in the > installed CSS files, but it is not clear what precise syntax is > expected, what's the encoding used, and how to enter values higher > than 255. The \ notation is explained here: http://www.w3.org/TR/CSS21/syndata.html#strings HTH. - dam

