JCL Help:UnicodeToUpper

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a codepoint to uppercase.


Pascal

 function UnicodeToUpper(Code: UCS4): TUCS4Array;


Parameters

Parameters Description
Code: UCS4 The codepoint to convert.


Return Value

The uppercased codepoint(s).


Description

UnicodeToUpper converts the specified unicode codepoint (character) to uppercase.


See Also

UnicodeNumberLookup UnicodeToLower UnicodeToTitle


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