Link to home
Start Free TrialLog in
Avatar of ophirlotan
ophirlotan

asked on

Converting a utf-8 string to hebrew encoding

I have an ASP file that gets as parameter a utf-8 string of a hebrew word ( format is %D7%90 in utf-8 for the character that is %E0 in hebrew encoding ).
I would like to take that string which is in utf-8 and with ASP code convert it to a hebrew encoding string.  How can this be done in script ( prefereably without using outside components ), a code snippet would be appreciated.
ASKER CERTIFIED SOLUTION
Avatar of adinas
adinas

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ophirlotan
ophirlotan

ASKER

Comment accepted as answer