ONE-xicons
© Copyright 2003-2024 WERK II Medien- und Informationsgesellschaft mbH. All Rights Reserved.

char* macroman_to_tagged (char* dest, char* src)

Convert a macroman string to TaggedText encoded unicode

Documentation

Convert a macroman string to TaggedText encoded unicode

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 * macroman = "Preisstörer groß"; char tagged [4096]; if (macroman_to_taggedConvert a macroman string to TaggedText encoded unicode (tagged, macroman) == 0) { showmessageDisplay the standard dialog with a message. ("Conversion failed"); return -1; } showmessageDisplay the standard dialog with a message. ("%s", tagged); // => "Preisst<0x00F6>rer gro<0x00DF>"

Version 2.1 R1100 (20. Dezember 2008)

priint:comet InDesign® Plug-Ins, comet_pdf

Alphabetic index HTML hierarchy of classes or Java


© Copyright 2003-2024 WERK II GmbH Duisburg
Authors :
      Paul Seidel
      Christoph Soergel
      Leo Quensel
      Mihg
This page was created using a modified version of doc++.

This documentation is part of the priint:comet InDesign®, InDesign Server® and Illustrator® plug-in and of the comet_pdf packages and is subject to the same license terms as priint:comet itself. The documentation may neither be passed on nor installed on public servers without the consent of WERK II GmbH.

The documentation describes the priint:comet scripting language cScript and provides support for solving technical problems when using the priint:comet plugins. The documentation is not a manual for the priint:comet plugins. A manual of the priint:comet plugins can be found here.

The documentation has been prepared with the greatest possible care. In case of errors or hints, please do not hesitate to contact our support. However, faulty or incomplete functional descriptions shall in no case result in an obligation on the part of WERK II GmbH to adapt the described item.

This copyright notice may not be removed or altered.