This looks like a good reference for the unicode character codes (and it also covers some of the latin-1 characters): http://www.pemberley.com/janeinfo/latin1.html
Kevin On 11/4/05, Matthew Bevan <[EMAIL PROTECTED]> wrote: > > Howdy! > > For those of us who use HTML entities a lot (arrows, brackets, quotes, > dashes, and spaces most notably) I've bookmarked the following. > > http://bclary.com/2004/11/25/html-entities > > It's a list of standard ISO 8859-1 (Latin-1) entities with their HTML > name and number. To use the number, change the following line in your > dev.cfg or prod.cfg: > > > [global] > > ... > > # VIEW > > kid.encoding="iso-8859-1" > > You can change back to UTF-8 (which I personally prefer) when Kid's > support for HTML entities hits the shelves. > > Have a day! > Matthew Bevan > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

