Tidied up Base45 ops

This commit is contained in:
n1474335 2022-03-28 16:15:37 +01:00
parent 709b8696fc
commit 4f0b160ed3
4 changed files with 23 additions and 12 deletions

View file

@ -24,4 +24,4 @@ export function highlightFromBase45(pos, args) {
return pos;
}
export const ALPHABET = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:";
export const ALPHABET = "0-9A-Z $%*+\\-./:";