Hi Paul, I recently had the same problem and solved it by putting the next doctype declaration in my layout page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " > http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> It should also work if you are not using the layout page but in that case you need to set this in every page separately. Best, Nikola Email: nikola.mili...@gmail.com URL: nikola.milikic.info On Mon, Mar 28, 2011 at 8:58 AM, Paul Stanton <p...@mapshed.com.au> wrote: > Hi all, > > I'm having some character set issues in that I can't get ™ to display > as ™ in my tapestry page. > > Here's my doctype and html declarations: > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " > http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd" > xmlns:p="tapestry:parameter"> > > In the same page © displays fine as © > > Any ideas? > > thanks, paul. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >