|
Hi to all;
someone know a method like
HTMLEncode in ASP?
This method would transform
charachters like blank (0x20) or all the character over the 127th ascii code in
the corrisponding exadecimal value;
for example, I have a string
containing these sequence: "f�r";
this would be
encoded like this: "f%fcr", where %fc is the exadecimal rappresentation of the
char "�";
Thank you very much. |
- R: Encode like HTMLEncode Garry De Toffoli
- R: Encode like HTMLEncode Garry De Toffoli
- RE: Encode like HTMLEncode Craig O'Brien
