>
> 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:
™ 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
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
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:
>
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.
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