Re: [xsl] Polish Characters

Subject: Re: [xsl] Polish Characters
From: Chuck White <chuckwh@xxxxxxxxxxx>
Date: Tue, 30 Jul 2002 08:32:06 -0700
> I want to output a polish character , which is Z and a dot on top of it..
> i was going through the HTML specs to get hold of the character code of
that
> character.

Try Unipad, which you can get at www.unipad.org and is currently free (it
may be in beta so the free part may not last forever). It gives you fast
access to Unicode character references. In this case, the capital letter Z
with a dot over it is &#x017B; hex, &#379; decimal. Lower case is &#x017C;
or &#380; depending on your preference.

It's a Win32 app, so if you're not on Windows, try this site:

http://www.loc.gov/marc/specifications/specchartables.html

Or, the aptly named, "Where Is My Character?" site at unicode.org:

http://www.unicode.org/unicode/standard/where/

Cheers,

Charles White
The Tumeric Partnership
http://www.tumeric.net
chuck@xxxxxxxxxxx
http://www.javertising.com
________________________________________
Author, Mastering XSLT, Sybex Books
Co-Author, Mastering XML, Premium Edition, Sybex Books



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


Current Thread