Skip to content

Instantly share code, notes, and snippets.

package main
import (
"fmt"
)
func main() {
fmt.Printf("U+%04X\n", decode([]byte{0x61}))
fmt.Printf("U+%04X\n", decode([]byte{0xc2, 0xa1}))
fmt.Printf("U+%04X\n", decode([]byte{0xea, 0x9c, 0xb3}))
@pboyd
pboyd / guestbook.gmi
Last active November 14, 2020 00:57
Guestbook for Gemini
# Guestbook
=> /cgi-bin/guestbook.pl Add your entry