This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

AW: special character


> How the FOP accept "ç ã é ü & * $ etc..."special
> character in the xml file? thank very much...


you can find the character code for all unicode characters at http://charts.unicode.org/Web/

e.g.

é is represented in the block http://charts.unicode.org/Web/U0080.html (Latin-1 Supplement) - the corresponding number consists of the column number (hex) plus the row number (hex) - so it's é (hex) or é (dez)

simon


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]