Hey, i got a small problem in PHP.
When i try to get some data from a file (fopen), it replaces special chars
by weird chars.
Example :
Français instead of Français.
thème instead of thême...
Anyone got an idea about how to correct this ?
THanks !!
When i try to get some data from a file (fopen), it replaces special chars
by weird chars.
Example :
Français instead of Français.
thème instead of thême...
Anyone got an idea about how to correct this ?
THanks !!
Comment