Say I have text and I have several of the same umlaut e.g. the ü umlaut which is ü
; in html. I am posting text into a form to an article using php fopen fwrite fclose etc.
I want to be able to copy and paste text that contains umlauts into my form without having to replace each umlaut ü, with the html ü
. Is there a function in Javascript or php, or meta tag that can automatically change lets say all the umlauts ü into ü
so that they display correctly? Right now I'm getting the diamond question mark character replacement for each umlaut.