hello guys i have 'for example' this string (\u00dcnLoco) and i want to make it (ÜnLoco) and show it in a motd !
in javascript it's just unescape("\u00dcnLoco")
Firebug output
PHP Code:
>>> unescape("\u00dcnLoco")
"ÜnLoco"
is there anyway to do the same with amxx ? at least is there a way to play with ascii ?
will i have to set a full table of characters

?!
thanks
__________________