You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for the first few runs, 'src', will be chopped off. if you refresh the page after a couple of time, everything is fine. So if the webpage outputs language other than english (french in my case), all the accentued characters will be in the wrong encoding.
but if you change the macro to look like this, it will work.
I'll gladly do one when things calm down at job !
By the way, it happens only when there's utf8 characters.
The development machine also uses an old perl version (5.8.8) which I believe is not utf8 friendly.
I know that Xslate is expecting to receive utf8 only, but what happen if encoding gets mixed up ? Could it be problematic ? I'm really short of time right now to go deep in Xslate guts.
ex:
for the first few runs, 'src', will be chopped off. if you refresh the page after a couple of time, everything is fine. So if the webpage outputs language other than english (french in my case), all the accentued characters will be in the wrong encoding.
but if you change the macro to look like this, it will work.
The text was updated successfully, but these errors were encountered: