Hi !
I'm trying to upload a textfile on my server (Mac OS X, Apache) in order to parse it and then store part of it's content in MySQL.
If I upload from a PC, everything works fine.
If I upload from a Mac, accentuated characters (é, à, ...) are all wrong.
I used the copy function, I used the move_uploaded_file function and even
tried to upload the file via ftp... it didn't went better...
I looked in the charset definiton of the php.ini file but it didn't went better...
I changed the "Content-Type" META-TAG in my page but it didn't went better...
Does anyone have the same problem ? Or better, did anyone solve this problem ?
Thanks.