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

Different GNU Unicode Versions #591

Open
Nydid opened this issue Oct 20, 2024 · 2 comments
Open

Different GNU Unicode Versions #591

Nydid opened this issue Oct 20, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Nydid
Copy link

Nydid commented Oct 20, 2024

Problem Description

In 1.21, the GNU Unicode was updated and some symbols are not available for older servers. Some symbols have also changed width. This makes writing in books and quills a lot harder because the visuals are not the same:

Book on 1.21 Client on 1.18 Server
image


Same book on 1.18.2 Client on 1.18 Server
image


Other example:
image
image

Solution Description

Would it be possible to revert to displaying the corresponding GNU Unicode versions for each version?

Alternatives

Going back to a 1.18 version to write all the book and quill contents, without any of the helpful 1.21 mods.

Additional Info

No response

@Nydid Nydid added the enhancement New feature or request label Oct 20, 2024
@FlorianMichael
Copy link
Member

Hi, can you provide the nbt data of those books for testing?

@Nydid
Copy link
Author

Nydid commented Oct 21, 2024

Hi, can you provide the nbt data of those books for testing?

Here is the RAW NBT Data file:
Book NBT Data.txt

Here it is after an attempt at cleaning it:
Book NBT Data Cleaned.txt

Here is a command to run in a command block to only get the block characters on a 1.21 client:

give @a written_book[written_book_content={pages:['[["▁▂▃▄▅▆▇▔🮂🮃🮄🮅🮆█▐▉▊▋▌▍▎▏▀🬀🬁🬂🬃🬄🬅🬆🬇🬈🬉🬊🬋🬌🬍🬎🬏🬐🬑🬒🬓🬔🬕🬖🬗🬘🬙🬚🬛🬜🬝🬞🬟🬠🬡🬢🬣🬤🬥🬦🬧🬨🬩🬪🬫🬬🬭🬮🬯🬰🬱🬲🬳🬴🬵🬶🬷🬸🬹🬺🬻░▒▓▕▖▗▘▙▚▛▜▝▞▟◢◣◤◥*○´\\\'′‵⏐⮟⌂⛊☗"]]'],title:Test,author:Nydid}]

Here it is for 1.18:

/give @a written_book{pages:['[["▁▂▃▄▅▆▇▔🮂🮃🮄🮅🮆█▐▉▊▋▌▍▎▏▀🬀🬁🬂🬃🬄🬅🬆🬇🬈🬉🬊🬋🬌🬍🬎🬏🬐🬑🬒🬓🬔🬕🬖🬗🬘🬙🬚🬛🬜🬝🬞🬟🬠🬡🬢🬣🬤🬥🬦🬧🬨🬩🬪🬫🬬🬭🬮🬯🬰🬱🬲🬳🬴🬵🬶🬷🬸🬹🬺🬻░▒▓▕▖▗▘▙▚▛▜▝▞▟◢◣◤◥*○´\\\'′‵⏐⮟⌂⛊☗"]]'],title:Test,author:Nydid}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants