utf

package
v0.0.0-...-653efa9 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package utf provides utilities for working with UTF strings, notably including UTF16.

Index

Constants

This section is empty.

Variables

Functions

func StringToUTF16ByteSlice

func StringToUTF16ByteSlice(utf8String string, byteOrder binary.ByteOrder) (u8Buf []byte)

func StringToUTF8ByteSlice

func StringToUTF8ByteSlice(utf8String string) (u8Buf []byte)

func UTF16ByteSliceToString

func UTF16ByteSliceToString(u8Buf []byte, byteOrder binary.ByteOrder) (utf8String string, err error)

func UTF8ByteSliceToString

func UTF8ByteSliceToString(u8Buf []byte) (utf8String string, err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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