text: golang.org/x/text/encoding/charmap Index | Files

package charmap

import "golang.org/x/text/encoding/charmap"

Package charmap provides simple character encodings such as IBM Code Page 437 and Windows 1252.

Index

Package Files

charmap.go tables.go

Variables

var (
    // ISO8859_6E is the ISO 8859-6E encoding.
    ISO8859_6E encoding.Encoding = &iso8859_6E

    // ISO8859_6I is the ISO 8859-6I encoding.
    ISO8859_6I encoding.Encoding = &iso8859_6I

    // ISO8859_8E is the ISO 8859-8E encoding.
    ISO8859_8E encoding.Encoding = &iso8859_8E

    // ISO8859_8I is the ISO 8859-8I encoding.
    ISO8859_8I encoding.Encoding = &iso8859_8I
)

These encodings vary only in the way clients should interpret them. Their coded character set is identical and a single implementation can be shared.

var All = listAll

All is a list of all defined encodings in this package.

var CodePage437 encoding.Encoding = &codePage437

CodePage437 is the IBM Code Page 437 encoding.

var CodePage850 encoding.Encoding = &codePage850

CodePage850 is the IBM Code Page 850 encoding.

var CodePage852 encoding.Encoding = &codePage852

CodePage852 is the IBM Code Page 852 encoding.

var CodePage855 encoding.Encoding = &codePage855

CodePage855 is the IBM Code Page 855 encoding.

var CodePage858 encoding.Encoding = &codePage858

CodePage858 is the Windows Code Page 858 encoding.

var CodePage862 encoding.Encoding = &codePage862

CodePage862 is the IBM Code Page 862 encoding.

var CodePage866 encoding.Encoding = &codePage866

CodePage866 is the IBM Code Page 866 encoding.

var ISO8859_1 encoding.Encoding = &iso8859_1

ISO8859_1 is the ISO 8859-1 encoding.

var ISO8859_10 encoding.Encoding = &iso8859_10

ISO8859_10 is the ISO 8859-10 encoding.

var ISO8859_13 encoding.Encoding = &iso8859_13

ISO8859_13 is the ISO 8859-13 encoding.

var ISO8859_14 encoding.Encoding = &iso8859_14

ISO8859_14 is the ISO 8859-14 encoding.

var ISO8859_15 encoding.Encoding = &iso8859_15

ISO8859_15 is the ISO 8859-15 encoding.

var ISO8859_16 encoding.Encoding = &iso8859_16

ISO8859_16 is the ISO 8859-16 encoding.

var ISO8859_2 encoding.Encoding = &iso8859_2

ISO8859_2 is the ISO 8859-2 encoding.

var ISO8859_3 encoding.Encoding = &iso8859_3

ISO8859_3 is the ISO 8859-3 encoding.

var ISO8859_4 encoding.Encoding = &iso8859_4

ISO8859_4 is the ISO 8859-4 encoding.

var ISO8859_5 encoding.Encoding = &iso8859_5

ISO8859_5 is the ISO 8859-5 encoding.

var ISO8859_6 encoding.Encoding = &iso8859_6

ISO8859_6 is the ISO 8859-6 encoding.

var ISO8859_7 encoding.Encoding = &iso8859_7

ISO8859_7 is the ISO 8859-7 encoding.

var ISO8859_8 encoding.Encoding = &iso8859_8

ISO8859_8 is the ISO 8859-8 encoding.

var KOI8R encoding.Encoding = &koi8R

KOI8R is the KOI8-R encoding.

var KOI8U encoding.Encoding = &koi8U

KOI8U is the KOI8-U encoding.

var Macintosh encoding.Encoding = &macintosh

Macintosh is the Macintosh encoding.

var MacintoshCyrillic encoding.Encoding = &macintoshCyrillic

MacintoshCyrillic is the Macintosh Cyrillic encoding.

var Windows1250 encoding.Encoding = &windows1250

Windows1250 is the Windows 1250 encoding.

var Windows1251 encoding.Encoding = &windows1251

Windows1251 is the Windows 1251 encoding.

var Windows1252 encoding.Encoding = &windows1252

Windows1252 is the Windows 1252 encoding.

var Windows1253 encoding.Encoding = &windows1253

Windows1253 is the Windows 1253 encoding.

var Windows1254 encoding.Encoding = &windows1254

Windows1254 is the Windows 1254 encoding.

var Windows1255 encoding.Encoding = &windows1255

Windows1255 is the Windows 1255 encoding.

var Windows1256 encoding.Encoding = &windows1256

Windows1256 is the Windows 1256 encoding.

var Windows1257 encoding.Encoding = &windows1257

Windows1257 is the Windows 1257 encoding.

var Windows1258 encoding.Encoding = &windows1258

Windows1258 is the Windows 1258 encoding.

var Windows874 encoding.Encoding = &windows874

Windows874 is the Windows 874 encoding.

var XUserDefined encoding.Encoding = &xUserDefined

XUserDefined is the X-User-Defined encoding.

It is defined at http://encoding.spec.whatwg.org/#x-user-defined

Package charmap imports 5 packages (graph) and is imported by 46 packages. Updated about 4 hours ago. Refresh now. Tools for package owners.