NLdoc.Conversion.Reader.Docx.AST.Fonts.Symbol (NLdoc.Conversion.Reader.Docx v1.1.2)

View Source

This module maps codepoints in the Symbol font family to Unicode UTF-8 codepoints.

@see For more info about this mapping:

Summary

Functions

Converts a string to UTF-8 using the special font's codepoints. Alternatively, converts a single codepoint to UTF-8 using the special font's codepoints. Any unrecognized codepoints are converted to nil and removed from the string.

Functions

to_utf8(string)

Converts a string to UTF-8 using the special font's codepoints. Alternatively, converts a single codepoint to UTF-8 using the special font's codepoints. Any unrecognized codepoints are converted to nil and removed from the string.