Click here to Skip to main content
15,889,853 members

Comments by josip cagalj (Top 8 by date)

josip cagalj 22-May-12 2:47am View    
Thanks for your input.
To clarify I have a string “0449011100320110” which I need to convert from hex (two byte is used to represent a character) into ASCII -> “щđ2Đ”.
See here: http://textmechanic.com/ASCII-Hex-Unicode-Base64-Converter.html if you put “0449011100320110” (watch for delimiters) into bottom box and click on ‘Decode Hex into ASCII’ button the upper box will display converted string ‘щđ2Đ’. That is what I need.
If I use a lookup table I would need to populate it myself first (hardcode I presume, and look how many there are: http://www.columbia.edu/kermit/ucs2.html ) so I could seek for match.
Any further suggestion?
josip cagalj 22-May-12 2:43am View    
Deleted
Thanks for your input.
To clarify I have a string “0449011100320110” which I need to convert from hex (two byte is used to represent a character) into ASCII -> “щđ2Đ”.
See here: http://textmechanic.com/ASCII-Hex-Unicode-Base64-Converter.html if you put ‘щđ2Đ’ (the ‘&#x’ part is left delimiter while ‘;’ is right delimiter) into bottom box and click on ‘Decode Hex into ASCII’ button the upper box will display converted string ‘щđ2Đ’. That is what I need.
If I use a lookup table I would need to populate it myself first (hardcode I presume, and look how many there are: http://www.columbia.edu/kermit/ucs2.html ) so I could seek for match.
Any further suggestion?
josip cagalj 22-May-12 2:42am View    
Deleted
Thanks for your input.
To clarify I have a string “0449011100320110” which I need to convert from hex (two byte is used to represent a character) into ASCII -> “щđ2Đ”.
See here: http://textmechanic.com/ASCII-Hex-Unicode-Base64-Converter.html if you put ‘щđ2Đ’ (the "&#x" part is left delimiter while ‘;’ is right delimiter) into bottom box and click on ‘Decode Hex into ASCII’ button the upper box will display converted string ‘щđ2Đ’. That is what I need.
If I use a lookup table I would need to populate it myself first (hardcode I presume, and look how many there are: http://www.columbia.edu/kermit/ucs2.html ) so I could seek for match.
Any further suggestion?
josip cagalj 22-May-12 2:41am View    
Deleted
Thanks for your input.
To clarify I have a string “0449011100320110” which I need to convert from hex (two byte is used to represent a character) into ASCII -> “щđ2Đ”.
See here: http://textmechanic.com/ASCII-Hex-Unicode-Base64-Converter.html if you put ‘щđ2Đ’ (the ‘&#x’ part is left delimiter while ‘;’ is right delimiter) into bottom box and click on ‘Decode Hex into ASCII’ button the upper box will display converted string ‘щđ2Đ’. That is what I need.
If I use a lookup table I would need to populate it myself first (hardcode I presume, and look how many there are: http://www.columbia.edu/kermit/ucs2.html ) so I could seek for match.
Any further suggestion?
josip cagalj 24-Sep-10 8:36am View    
{CList<hinstance__ *,hinstance__="" *="">}