This content has been marked as final.
Show 3 replies
-
1. Re: Convert Hexadecimal NCRs to unicode characters
George Johnson Nov 11, 2014 7:46 AM (in response to Alasan1986)It would help if you provided more details on the importing process.
-
2. Re: Convert Hexadecimal NCRs to unicode characters
Test Screen Name Nov 11, 2014 9:32 AM (in response to Alasan1986)I may be wrong, but I think you would use String.fromCharCode to convert a UCS-2 code into a string. So you then have to parse your string to process any escapes in it, and call that method.
-
3. Re: Convert Hexadecimal NCRs to unicode characters
Alasan1986 Nov 11, 2014 11:56 PM (in response to George Johnson)Thanks for you reply, I completed the requirement by replacing the 
 with carriage return character in annotations.



