hi,
i get a <option> list from a function. because all <>... are encodet, i use htmlconv=0.
thats allright, but when i use a ?äöü a wrong symbol is shown. without htmlconv it is allright, exept the <>
i use utf-8 and the function:
function f_utf8_conv($x) {
return htmlspecialchars(utf8_encode($x));
} |
what function or htmlconv can i use the show the äöü write and do not convert the ><??
thanks a lot!
tobi