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]
Other format: [Raw text]

Re: csv output - carriage return help needed


tp001 tp wrote:
> also on the side is there any site where all these odd ball xsl codes are 
> catalogued for display.

First, the format of a character reference:
  =    (hex vs decimal)

Second, what it means:
Unicode character number A0 (hex): NO-BREAK SPACE

Third, the repertoire you have available to you:
About 1.1 million Unicode characters, minus the handful that are not allowed
in XML. See http://www.unicode.org/charts/ for their names, numbers, and
sample pictures of the ones that can be represented with glyphs (PDF format
only, since an HTML version would require you to have a Unicode font that
supports the entire range, and none do)

So are you sure you really want to see them all? Just listing all their names
and numbers takes many megabytes. And you say you want pictures ('for
display'), too? Are you ready to load a million GIFs or PNGs into your web
browser?

You might also find http://www.eki.ee/letter/ of interest, though it stops
at xFFFD.

   - Mike
____________________________________________________________________________
  mike j. brown                   |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  resume: http://skew.org/~mike/resume/

 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]