unicode.LowerCase
// Indices into the Delta arrays inside CaseRanges for case mapping.
const LowerCase = iota
unicode.MaxASCII
const MaxASCII = '\u007F'
unicode.MaxCase
// Indices into the Delta arrays inside CaseRanges for case mapping.
const MaxCase = iota
unicode.MaxLatin1
const MaxLatin1 = '\u00FF'
unicode.MaxRune
const MaxRune = '\U0010FFFF'
unicode.ReplacementChar
const ReplacementChar = '\uFFFD'
unicode.TitleCase
// Indices into the Delta arrays inside CaseRanges for case mapping.
const TitleCase = iota
unicode.UpperCase
// Indices into the Delta arrays inside CaseRanges for case mapping.
const UpperCase = iota
unicode.UpperLower
// If the Delta field of a CaseRange is UpperLower, it means
// this CaseRange represents a sequence of the form (say)
// Upper Lower Upper Lower.
const UpperLower = MaxRune + 1
unicode.Version
// Version is the Unicode edition from which the tables are derived.
const Version = "13.0.0"
unicode.ASCII_Hex_Digit
// These variables have type *RangeTable.
var ASCII_Hex_Digit = _ASCII_Hex_Digit
unicode.Adlam
// These variables have type *RangeTable.
var Adlam = _Adlam
unicode.Ahom
// These variables have type *RangeTable.
var Ahom = _Ahom
unicode.Anatolian_Hieroglyphs
// These variables have type *RangeTable.
var Anatolian_Hieroglyphs = _Anatolian_Hieroglyphs
unicode.Arabic
// These variables have type *RangeTable.
var Arabic = _Arabic
unicode.Armenian
// These variables have type *RangeTable.
var Armenian = _Armenian
unicode.Avestan
// These variables have type *RangeTable.
var Avestan = _Avestan
unicode.AzeriCase
var AzeriCase = _TurkishCase
unicode.Balinese
// These variables have type *RangeTable.
var Balinese = _Balinese
unicode.Bamum
// These variables have type *RangeTable.
var Bamum = _Bamum
unicode.Bassa_Vah
// These variables have type *RangeTable.
var Bassa_Vah = _Bassa_Vah
unicode.Batak
// These variables have type *RangeTable.
var Batak = _Batak
unicode.Bengali
// These variables have type *RangeTable.
var Bengali = _Bengali
unicode.Bhaiksuki
// These variables have type *RangeTable.
var Bhaiksuki = _Bhaiksuki
unicode.Bidi_Control
// These variables have type *RangeTable.
var Bidi_Control = _Bidi_Control
unicode.Bopomofo
// These variables have type *RangeTable.
var Bopomofo = _Bopomofo
unicode.Brahmi
// These variables have type *RangeTable.
var Brahmi = _Brahmi
unicode.Braille
// These variables have type *RangeTable.
var Braille = _Braille
unicode.Buginese
// These variables have type *RangeTable.
var Buginese = _Buginese
unicode.Buhid
// These variables have type *RangeTable.
var Buhid = _Buhid
unicode.C
// These variables have type *RangeTable.
var C = _C
unicode.Canadian_Aboriginal
// These variables have type *RangeTable.
var Canadian_Aboriginal = _Canadian_Aboriginal