gorjuce
#1
hi,
i have a problem posting a french message on twitter with internet explorer
When i wanna share “découvrez”, it shares “d?couvrez”. Everything works fine with firefox or chrome.
This is my shared url, you can try
href="http://twitter.com/share?text=Avec le Laboratoire Gallia, découvrez les photos de la Marche des Bébés :
Tweet
Any idea ?
Thanks
kurrik
#2
What is the content-type of the page you’re sharing from?
gorjuce
#3
it’s an UTF8 page.
Playing with utf8_encode, utf8_decode or htmlentities don’t fix the issue
gorjuce
#4
using urlencode(’ my text ') fix the issue
thanks @akro_