utf 8 - UTF-8 encode in php - Eurosign missing -


i read in ical file external server via curl. use utf-8 in outputdocument therefore german umlauts Ä,Ö.Ü etc don't work (this showed instead: ).

i correctly assumed ical file uses different charset, , found utf8_encode($value) solve problem partly.

all s gone , proper ä,ö,ü chars showing up. discovered,that sign displayed doesnt show up. gone.

how -sign back? ;)

thanks


Comments