Accents in an anchor

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Accents in an anchor

Olivier Auverlot
Hi,

How to generate an HTML anchor with a special french char (éêèçà...) ?

Best regards
Olivier ;-)
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Accents in an anchor

Philippe Marschall
2011/10/5 Olivier Auverlot <[hidden email]>:
> Hi,
>
> How to generate an HTML anchor with a special french char

Make sure the codec on the server adatpor is utf-8 (or something else
that supports the character range you want). Then just normally output
the string.

> (йкиза...) ?

That doesn't look french to me.

Cheers
Philippe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: Accents in an anchor

Boris Popov, DeepCove Labs (SNN)
That's Cyrillic and also works fine as-is in VisualWorks, provided you're outputting UTF8 to the client.

-Boris


-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Philippe Marschall
Sent: Wednesday, October 05, 2011 6:22 AM
To: Seaside - general discussion
Subject: Re: [Seaside] Accents in an anchor

2011/10/5 Olivier Auverlot <[hidden email]>:
> Hi,
>
> How to generate an HTML anchor with a special french char

Make sure the codec on the server adatpor is utf-8 (or something else that supports the character range you want). Then just normally output the string.

> (йкиза...) ?

That doesn't look french to me.

Cheers
Philippe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside