javascript unescape ?
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:
will i have to set a full table of characters :o?! thanks |
Re: javascript unescape ?
Notice you are using 00DC, which is a hexadecimal number.
In Pawn, you can use hexadecimal numbers instead of base10 numbers. I assume you know how strings work: Code:
|
Re: javascript unescape ?
:S thank you !!! :mrgreen:
i will try replacing \uXXXX with 0xXXXX and c :D |
Re: javascript unescape ?
Quote:
Code:
It compiles, I haven't tested the output. |
| All times are GMT -4. The time now is 05:19. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.