Static pm_encoding_unicode_table

Source
pub unsafe static pm_encoding_unicode_table: [u8; 256]
Expand description

This lookup table is referenced in both the UTF-8 encoding file and the parser directly in order to speed up the default encoding processing. It is used to indicate whether a character is alphabetical, alphanumeric, or uppercase in unicode mappings.