Solved!
Hi prikryl,
thanks for your right suggest, you're great!
I have changed the editor to UTF8 and now I can see the correct chars when I use the
I have also added the header in PHP like this:
and I can see all chars correctly!
If I try to use a
Probably vi from shell use the same encoding.
Many thanks for your suggest and have a good day,
Leonardo
thanks for your right suggest, you're great!
I have changed the editor to UTF8 and now I can see the correct chars when I use the
I have also added the header in PHP like this:
header('Content-Type: text/html; charset=utf-8');
and I can see all chars correctly!
If I try to use a
str_replace
in order to replace à
with a
it works perfectly!
Probably vi from shell use the same encoding.
Many thanks for your suggest and have a good day,
Leonardo