  | |  | SV: [Flashcoders] speciall characters in as file | SV: [Flashcoders] speciall characters in as file
2004-02-17 - By Thomas Eriksson
Back I can think of two different solutions...
The first is to have this line before the getUrl...
system.useCodepage = true;
The other is to in some way UTF-8 encode the special characters. Load them
from an external textfile for example.
This is what I can think of at the moment..
/Thomas
-- --Ursprungligt meddelande-- --
Från: Emile Swain [mailto:emile.swain@(protected)]
Skickat: den 16 februari 2004 18:55
Till: flashcoders@(protected)
Ämne: [Flashcoders] speciall characters in as file
Hi,
Someones just asked me for help with a problem where by there foreign
characters are appearing in a funny manner when using a mailto in there
getURL.
i.e.
getURL( "mailto:?subject= "+ escape( "somespecialcharctersNèê? "))
in the email the characters appear as the funny "A " with a circle on top.
Now I never code emails like this and the only solution I can think of is a
server side script that sends the email instead.
Is there a solution that would work within an .as file calling a get url?
Cheers
emile
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Supported by Fig Leaf Software
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Be sure to check the archives and the wiki:
http://chattyfig.figleaf.com/
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:104420
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe send a blank e-mail to:
Normal Mode: flashcoders-unsubscribe@(protected)
Digest Mode: flashcoders-digest-unsubscrive@(protected)
|
|
 |