package
1.73.0
Repository: https://github.com/arm-software/golang-utils.git
Documentation: pkg.go.dev

# Packages

* Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors.
Package iconv provides utilities to convert characters into different charsets.

# Functions

DetectTextEncoding returns best guess of encoding of given content.
DetectTextEncodingFromReader returns best guess of encoding of given reader content.
GetUnsupported gets valid IANA charset encoding we know are not supported by golang but not reported as such.
Iconv converts from any supported text encodings to any other, through Unicode conversion.
IconvBytes converts bytes from one text encoding charset to another.
IconvBytesFromLabels is similar to IconvBytes but uses labels.
IconvFromLabels is similar to Iconv but uses labels.
IconvString converts string from one text encoding charset to another.
IconvStringFromLabels is similar to IconvString but uses labels.
LookupCharset returns the encoding with the specified charsetLabel, and its canonical name.

# Constants

No description provided by the author

# Interfaces

No description provided by the author