Top Prev Next Up Down

Unicode.org General Class

Get_GC

function Get_GC(c:CodePoint) return CFix ;

Returns General category for a codepoint, allways as two codepoint characters as a CFix array.
Result is based on the definition found in file UnicodeData.txt.
But this information is from Y2018.Text.Core.GC ( tables (a and u) for connecting General Code value to codepoint ).
Table Y2018.Text.Core.GC can be created by procedure creategc but if this is done the whole project must be reassembled and GC_ads must be renamed to GC.ads.