TProcessUTF8

From Free Pascal wiki
Revision as of 14:25, 26 October 2014 by BigChimp (talk | contribs) (useful page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Overview

TProcessUTF8 is a version of FPC's TProcess that accepts UTF8 Unicode characters - normal TProcess uses ANSI/ASCII characters.

TProcessUTF8 is part of Lazarus in the UTF8Process unit; it can be used from command-line programs by setting a requirement to LCLBase

Example

See the TProcess examples in Executing External Programs; however, you should pass UTF8 strings instead of ASCII/ANSI strings.

See also