gsm7bit

package
v0.0.0-...-92d0236 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidCharacter = errors.New("gsm7bit: invalid gsm7 character")
	ErrInvalidByte      = errors.New("gsm7bit: invalid gsm7 byte")
)
View Source
var DefaultAlphabet = &unicode.RangeTable{R16: []unicode.Range16{
	{0x000A, 0x000A, 1}, {0x000C, 0x000D, 1}, {0x0020, 0x005F, 1}, {0x0061, 0x007E, 1}, {0x00A0, 0x00A1, 1},
	{0x00A3, 0x00A5, 1}, {0x00A7, 0x00A7, 1}, {0x00BF, 0x00BF, 1}, {0x00C4, 0x00C6, 1}, {0x00C9, 0x00C9, 1},
	{0x00D1, 0x00D1, 1}, {0x00D6, 0x00D6, 1}, {0x00D8, 0x00D8, 1}, {0x00DC, 0x00DC, 1}, {0x00DF, 0x00E0, 1},
	{0x00E4, 0x00E9, 1}, {0x00EC, 0x00EC, 1}, {0x00F1, 0x00F2, 1}, {0x00F6, 0x00F6, 1}, {0x00F8, 0x00F9, 1},
	{0x00FC, 0x00FC, 1}, {0x0393, 0x0394, 1}, {0x0398, 0x0398, 1}, {0x039B, 0x039B, 1}, {0x039E, 0x039E, 1},
	{0x03A0, 0x03A0, 1}, {0x03A3, 0x03A3, 1}, {0x03A6, 0x03A6, 1}, {0x03A8, 0x03A9, 1}, {0x20AC, 0x20AC, 1},
}}
View Source
var Packed = gsm7Encoding{
	// contains filtered or unexported fields
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL