ZakiMaksyutov
Programmer
Hi!
I need to write one function on VBScript (or JavaScript).
This function receive one string as parameter and should return URL-coded string. It means following: every symbol writes as "%$$", where $$ - 16-value of this symbol, the ANSI symbol occupies one byte, but russian (f.i.) symbol occupies two bytes: "%$$%$$", japanese three bytes (UTF8-coded string).
May be anyone knows how it should be done?
Thanks for any help...
I need to write one function on VBScript (or JavaScript).
This function receive one string as parameter and should return URL-coded string. It means following: every symbol writes as "%$$", where $$ - 16-value of this symbol, the ANSI symbol occupies one byte, but russian (f.i.) symbol occupies two bytes: "%$$%$$", japanese three bytes (UTF8-coded string).
May be anyone knows how it should be done?
Thanks for any help...