Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal to swap out forward and backslash characters #3

Closed
hatgit opened this issue Apr 17, 2019 · 1 comment
Closed

Proposal to swap out forward and backslash characters #3

hatgit opened this issue Apr 17, 2019 · 1 comment

Comments

@hatgit
Copy link
Owner

hatgit commented Apr 17, 2019

Out of 64 characters used in Hatnotation, there are 28 punctuation characters in use from a range of 32 possible characters in the string library of which 4 are currently not used in the base64library library index. Because one of the 28 characters already in use is causing a rendering issue (bug), namely the single backslash character \, I propose to use two of the unused punctuation characters, namely the closing curly bracket } to replace the single backslash \ and the opening curly bracket { to replace the forward backslash /. This change will affect zero-indexed value 59 (111011, which represents 60 th value) for the backslash character and index value 50 (110010, which represents the 51 st value) for the forward slash character.

hatgit added a commit that referenced this issue Apr 18, 2019
hatgit added a commit that referenced this issue Apr 18, 2019
resolves this issue: #3
And renamed both encoder and decoder to version 1.01
@hatgit
Copy link
Owner Author

hatgit commented Apr 18, 2019

Closed with PR: #5

@hatgit hatgit closed this as completed Apr 18, 2019
hatgit added a commit that referenced this issue Apr 18, 2019
the backslash `\` and forwadslash `/`characters were swapped with opening `{` and closing `}` curly brackets in the following issue: #3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant