Convert a TaggedText encoded unicode string to the system character set.

Convert a TaggedText encoded unicode string to the system character set. Currently only the Western European character sets Macroman (Mac) and cp1252 (Windows) are supported.

Name Type Default Description
Return char *    
dest char* - destination buffer. Buffer must have been allocated static or usin the alloc function
src char* - source string
char * 	tagged = "Preisst<0x00F6>rer gro<0x00DF>";
char 	cp1252[4096];
if (tagged_to_cp1252 (cp1252, tagged) == 0) { showmessage ("Conversion failed"); return -1; }
showmessage ("%s", cp1252); // => "Preisstörer groß"

Since
Version 2.1 R1100 (20. Dezember 2008)

Available
priint:comet InDesign® Plug-Ins, comet_pdf

Alphabetic index HTML hierarchy of classes or Java