unicode

command module
v0.0.0-...-838b099 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2023 License: MIT Imports: 1 Imported by: 0

README

Unicode in Go

A simple example that shows common operations on Unicode characters in Go.

Unicode can be complex, but it isn't rocket science. Here's a short primer to understand the basics of Unicode.

In Go, use escape \u followed by a 4 digit unicode code point for basic unicode code point. And use escape \U followed by an 8 digit unicode for supplementary code point.

Setup

  1. Run the program.

    $ make run
    

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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