Unit 'utf8unicodeinfo' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_utf8tools]

utf8proc_property_t

Declaration

Source position: utf8unicodeinfo.pas line 437

type utf8proc_property_t = record

  category: utf8proc_propval_t;

  

  combining_class: utf8proc_propval_t;

  

  bidi_class: utf8proc_propval_t;

  

  decomp_type: utf8proc_propval_t;

  

  decomp_mapping: Plongint;

  

  bidi_mirrored: Boolean;

  

  uppercase_mapping: LongInt;

  

  lowercase_mapping: LongInt;

  

  titlecase_mapping: LongInt;

  

  comb1st_index: LongInt;

  

  comb2nd_index: LongInt;

  

  comp_exclusion: Boolean;

  

  ignorable: Boolean;

  

  control_boundary: Boolean;

  

  extend: Boolean;

  

  casefold_mapping: Plongint;

  

end;



CT Web help

CodeTyphon Studio