# Functions
CharsWithinRange indicates whether a provided string contains any characters outside of the provided character set range.
InList is a helper function to emulate Python's `if "x" in list:` functionality.
InspectString generates a summary table from a provided string to help identify Unicode characters incompatible with older database character sets (e.g., UTF8MB3).
InspectStrings generates a summary table from a provided slice of strings to help identify Unicode characters incompatible with older database character sets (e.g., UTF8MB3).
ReplaceAstralUnicode accepts an original string and a replacement string.
ReplaceTextileFormatCharacters accepts an original string and uses the ReplaceUsingSubMap function to replace any characters specific to Textile formatting.
ReplaceUsingSubMap accepts an original string and a map of character replacements.
WithinUTF8MB3Range indicates whether a provided string contains any characters outside of the UTF8MB3 character set range.
# Constants
common Emoji characters used by this project.
common Emoji characters used by this project.
common Emoji characters used by this project.
common Emoji characters used by this project.
common Emoji characters used by this project.
common Emoji characters used by this project.
common Emoji characters used by this project.
common Emoji characters used by this project.
Start and end Unicode code points for the UTF8MB3 character set.
Start and end Unicode code points for the UTF8MB3 character set.
Start and end Unicode code points for the UTF8MB3 character set.
Start and end Unicode code points for the UTF8MB3 character set.
Start and end Unicode code points for the UTF8MB4 character set.
Start and end Unicode code points for the UTF8MB4 character set.
Start and end Unicode code points for the UTF8MB4 character set.
Start and end Unicode code points for the UTF8MB4 character set.