JCL Help:UnicodeToTitle

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a codepoint to title case.


Pascal

 function UnicodeToTitle(Code: UCS4): TUCS4Array;


Parameters

Parameters Description
Code: UCS4 The codepoint to convert.


Return Value

The title cased codepoint(s).


Description

UnicodeToUpper converts the specified unicode codepoint (character) to title case.


See Also

UnicodeNumberLookup UnicodeToUpper UnicodeToLower


About

Unit

JclUnicode


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