Documentation
¶
Overview ¶
Package rfc9839 implements the character subsets defined in RFC9839 - Unicode Character Repertoire Subsets.
See https://www.rfc-editor.org/rfc/rfc9839.html for details.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsUnicodeAssignable ¶
IsUnicodeAssignable returns whether the rune is part of the RFC9839 "Unicode Assignables" subset.
func IsUnicodeScalar ¶
IsUnicodeScalar returns whether the rune is part of the RFC9839 "Unicode Scalars" subset.
func IsXMLCharacter ¶
IsXMLCharacter returns whether the rune is part of the RFC9839 "XML Characters" subset.
func UnicodeAssignables ¶
func UnicodeAssignables() unicode.RangeTable
UnicodeAssignables returns the unicode.RangeTable of the RFC9839 "Unicode Assignables" subset.
func UnicodeScalars ¶
func UnicodeScalars() unicode.RangeTable
UnicodeScalars returns the unicode.RangeTable of the RFC9839 "Unicode Scalars" subset.
func XMLCharacters ¶
func XMLCharacters() unicode.RangeTable
XMLCharacters returns the unicode.RangeTable of the RFC9839 "XML Characters" subset.
Types ¶
This section is empty.