Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

✨ Allow Non-ROM Characters! (Please) #12

Closed
JumperBot opened this issue Nov 13, 2022 · 3 comments · Fixed by #14
Closed

✨ Allow Non-ROM Characters! (Please) #12

JumperBot opened this issue Nov 13, 2022 · 3 comments · Fixed by #14
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@JumperBot
Copy link
Owner

Is your feature request related to a problem? Please describe.
Typing on all caps sounds like shouting. SHOUTING.

Describe the solution you'd like
Allow characters outside of bounds (256 and above)

Describe alternatives you've considered
Hack characters like: ., i and -

Additional context
This should be exactly released alongside #1 to avoid so much bugs.

@JumperBot JumperBot added enhancement New feature or request help wanted Extra attention is needed labels Nov 13, 2022
@JumperBot JumperBot added this to the v1.3.0 milestone Nov 13, 2022
@JumperBot JumperBot self-assigned this Nov 13, 2022
@JumperBot
Copy link
Owner Author

Idea:

  • Allow the \u#### format, such a genius.

JumperBot added a commit that referenced this issue Nov 15, 2022
@JumperBot
Copy link
Owner Author

JumperBot commented Nov 17, 2022

Idea:

  • Allow the \u#### format, such a genius.

That was pretty stupid of me.
\ does not exist as a part of the ROM.
\ should be replaced with the \u0000 / NULL character instead.

Also, the \u#### will still be supported once fully implemented.
Take note that Pattern.CASE_INSENSITIVE will be used.

@JumperBot
Copy link
Owner Author

JumperBot commented Nov 20, 2022

Idea:

  • Allow the \u#### format, such a genius.

That was pretty stupid of me. \ does not exist as a part of the ROM. \ should be replaced with the \u0000 / NULL character instead.

Also, the \u#### will still be supported once fully implemented. Take note that Pattern.CASE_INSENSITIVE will be used.

\u0000 is not part of the ROM, pretty stupid.
It will be replaced by another u instead.

@JumperBot JumperBot mentioned this issue Nov 22, 2022
JumperBot added a commit that referenced this issue Nov 22, 2022
* Preparing for #12 and #1

* Optimizations!

* Contributing? Read this.

* Commit-point!

* Optimization!

* Optimization + New Flag!

* Commit-point!

* Fixed it finally

* Segragation + printProxy enlarged

* An Even Bigger Print Capacity!

* Commit-point!

* Commit-point!

* FINALLY. Just, FINALLY.

* Version bump!

* Bug found, delaying release :(

* Human error, not the language's fault.

* Redocs + Bug Fix

* Bug Fixes

* Final Version Bump!
JumperBot added a commit that referenced this issue Dec 22, 2022
* Preparing for #12 and #1

* Optimizations!

* Contributing? Read this.

* Commit-point!

* Optimization!

* Optimization + New Flag!

* Commit-point!

* Fixed it finally

* Segragation + printProxy enlarged

* An Even Bigger Print Capacity!

* Commit-point!

* Commit-point!

* FINALLY. Just, FINALLY.

* Version bump!

* Bug found, delaying release :(

* Human error, not the language's fault.

* Redocs + Bug Fix

* Bug Fixes

* Final Version Bump!
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: 🔖 Done 🔖
Development

Successfully merging a pull request may close this issue.

1 participant