Re: ascii code 153 (tm) not displaying properly

2011-03-30 Thread Nikola Milikic
> > btw,™ should work as well. And © should work too. Best, Nikola On Tue, Mar 29, 2011 at 10:05 PM, Paul Stanton wrote: > ™ works fine thanks Ulrich. > > > On 29/03/2011 10:42 PM, Ulrich Stärk wrote: > >> btw,™ should work as well. >> >> Uli >> >> On 29.03.2011 13:15, Yohan Yudanara wrote:

Re: ascii code 153 (tm) not displaying properly

2011-03-29 Thread Paul Stanton
™ works fine thanks Ulrich. On 29/03/2011 10:42 PM, Ulrich Stärk wrote: btw,™ should work as well. Uli On 29.03.2011 13:15, Yohan Yudanara wrote: standar value in unicode for trademark symbol is not©. 169 is trademark character on windows-1252 encoding. The standard unicode value for tradema

Re: ascii code 153 (tm) not displaying properly

2011-03-29 Thread Ulrich Stärk
btw, ™ should work as well. Uli On 29.03.2011 13:15, Yohan Yudanara wrote: > standar value in unicode for trademark symbol is not ©. > 169 is trademark character on windows-1252 encoding. > > The standard unicode value for trademark symbol is ™ (decimal) > or ™ (hexa) > > Source: http://en.wik

Re: ascii code 153 (tm) not displaying properly

2011-03-29 Thread Yohan Yudanara
standar value in unicode for trademark symbol is not ©. 169 is trademark character on windows-1252 encoding. The standard unicode value for trademark symbol is ™ (decimal) or ™ (hexa) Source: http://en.wikipedia.org/wiki/Letterlike_Symbols On Mon, Mar 28, 2011 at 1:58 PM, Paul Stanton wrote: >

Re: ascii code 153 (tm) not displaying properly

2011-03-28 Thread Nikola Milikic
Hi Paul, I recently had the same problem and solved it by putting the next doctype declaration in my layout page 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.

ascii code 153 (tm) not displaying properly

2011-03-27 Thread Paul Stanton
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: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://tapestry.apache.org/schema/tapestry_5_1_0.xsd"; xmlns:p="tapestry:parameter"> In the