JCL Help:WideDecompose@WideString@Boolean
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: WideDecompose Function
[+] JclUnicode.pas Functions
Search in JCL Help
Search in all projects
Summary
Performs a decomposition of all characters in the supplied string.
Pascal
function WideDecompose(const S: WideString; Compatible: Boolean = True): WideString; overload;
function WideDecompose(const S: WideString; Tags: TCompatibilityFormattingTags): WideString; overload;
Parameters
Parameters | Description |
const S: WideString | The string for which to decompose the individual characters. |
Compatible: Boolean = True | Flag to determine if compatibilty decomposition should be used (True) or not (False). |
Return Value
The decomposed string.
Description
Returns a copy of the string but with all individual characters decomposed into their respective base characters. For example, the composite character Ê is broken up into the two base characters E and ^.
About
Unit
Donator
Mike Lischke
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page