Skip to content

Instantly share code, notes, and snippets.

static readonly Dictionary<ushort, char> characterMapEnglish = new Dictionary<ushort, char>()
{
{ 0x0001, ' ' },
{ 0x0002, '!' },
{ 0x0003, '"' },
{ 0x0004, '#' },
{ 0x0005, '$' },
{ 0x0006, '%' },
{ 0x0007, '&' },
{ 0x0008, '\'' },
package main
import (
"log"
"fmt"
"time"
"net/url"
"encoding/json"