note 102555 rejected from function.file by danbrown

[email protected] Mon, 21 Feb 2011 05:51:13 -0800
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: temp at apokalyps dot nu 

----

I'm having problems reading files containing umlauts such as å,ä,ö.

I've tried to perform a str_replace() on the array, but is doesn't find them. The html entities are:

å = &aring;
ä = &auml;
ö = &ouml;

Any ideas?