I have a test file that contains some German words with umlauts in them, ä etc.
I import the file into PHP, using fgets().
This gives me one line at a time that I then decode and use.
However the umlaut letters do not import correctly. They show as a square on the screen.
Any ideas???
Paul