Re: Silva 1.o / Unicode problem
Guido Wesdorp <[email protected]>
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
Clemens Robbenhaar wrote: > I am not sure how to work around this in general. In Your case it >should work to use a html-entity (or html-escape, please correct me as I >am not comfortable with the nomenclatura here ...) > > > html entity was correct iirc... ;) > Well, cut it shout: just use © and You should be fine (I hope) > > > Indeed, © should work, you can also use the generic escape sequence for unicode chars: &#x<value>; (where <value> is the hex value of the character), so for the (c) char the entity would be '©'. Cheers, Guido