JCL Help:UnicodeNumberLookup

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Searches for the given code and returns its number equivalent (if there is one).


Pascal

 function UnicodeNumberLookup(Code: UCS4; var Number: TUcNumber): Boolean;


Parameters

Parameters Description
Code: UCS4 The unicode codepoint (character) to locate number equivalent of.


Return Value

True if a number could be found.


Description

UnicodeNumberLookup searches for the given code and returns its number equivalent (if there is one). Typical cases are: '1/6' (U+2159), '3/8' (U+215C), 'XII' (U+216B) etc.


See Also

UnicodeToUpper 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