Documentation ¶
Overview ¶
Package strutils provides convenient functions for string processing in unidoc internally.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PDFDocEncodingToRunes ¶
PDFDocEncodingToRunes decodes PDFDocEncoded byte slice `b` to unicode runes.
func PDFDocEncodingToString ¶
PDFDocEncodingToString decodes PDFDocEncoded byte slice `b` to unicode go string.
func StringToPDFDocEncoding ¶
StringToPDFDocEncoding encoded go string `s` to PdfDocEncoding.
func StringToUTF16 ¶
StringToUTF16 encoded `s` to UTF16 and returns a string containing UTF16 runes.
func UTF16ToRunes ¶
UTF16ToRunes decodes the UTF-16BE encoded byte slice `b` to unicode runes.
func UTF16ToString ¶
UTF16ToString decodes the UTF-16BE encoded byte slice `b` to a unicode go string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.