Hi all,
I'm using the T function to produce some text in a multilingual
application, but I'm facing a small problem. If i use T('Aller à') I
receive the exact same string but when using T('> blabla') I receive '>
blabla'. In the second case the greater than sign is correctly rendered in
html entity whereas the letter 'à' is not. Am I doing something wrong ?
I have similar problems when putting text in a database table, some
characters are converted to html entities others not.
Any idea / comment welcome.
Thanks for your time.
--