Hi, Given the code of a character in format "&#xxx;&#xxx;" where "xxx" is some 3 digit decimal number, how to convert the code in format "&#xxxxx;" for the same character where "xxxxx" is a 5 digit decimal number. Do you know how to do this within an ASP page? Thanks a lot in advance.
i cant get you pls explain in details you code is "&#xxx;&#xxx;" ie. { ,| ,you want to convert { , | m i right !
Thank you. The first one is "&#xxx;&#xxx;", the second one is "&#xxxxx;" The first code is double byte (you can see there are two "&#xxx;"s in side it), the second is unicode. Don't try to find any relationship bytween the numbers in the two codes. There is an API function for such job but we cannot use API in VBScript in ASP.