Is the Minecraft legacy formatting code guaranteed to be a single character? #1

Open
opened 2022-12-12 23:10:02 +00:00 by TurtleException · 0 comments
TurtleException commented 2022-12-12 23:10:02 +00:00 (Migrated from github.com)

Currently the formatting code is stored as a char, which might be an issue in case that code may also be longer than one character.
Are there any sources that confirm it as a single character?

The attribute should be changed to a String if not.

Currently the formatting code is stored as a `char`, which might be an issue in case that code may also be longer than one character. Are there any sources that confirm it as a single character? The attribute should be changed to a `String` if not.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
TurtleException/FancyFormat#1
No description provided.