From 8b720886c7c8c9042227d69fbdb2c77c53d692db Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Sat, 28 Oct 2023 13:44:32 -0700 Subject: [PATCH] initial commits --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 13713ac..f16bef1 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,14 @@ Package **hexadeca** has built-in support for the following symbol sequences: Package **hexadeca** also lets you pick your own symbol sequences, using a function. +For example, one could create a symbol sequence function to make the hexadecimal encoding be: + +| Name | zero | one | two | three | four | five | six | seven | eight | nine | ten | eleven | twelve | thirteen | fourteen | fifteen | +|------------------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|--------|--------|----------|----------|---------| +| _Custom Example_ | `𝍠` | `𝍡` | `𝍢` | `𝍣` | `𝍤` | `𝍥` | `𝍦` | `𝍧` | `𝍨` | `𝍩` | `𝍪` | `𝍫` | `𝍬` | `𝍭` | `𝍮` | `𝍯` | + +... or anything else. + ### Samples Here are some samples of hexadecimal numbers using each of the built-in symbol sequences: