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

Port TCOD layout to Unicode. #52

Closed
3 tasks done
HexDecimal opened this issue Apr 15, 2020 · 0 comments
Closed
3 tasks done

Port TCOD layout to Unicode. #52

HexDecimal opened this issue Apr 15, 2020 · 0 comments
Assignees

Comments

@HexDecimal
Copy link
Collaborator

HexDecimal commented Apr 15, 2020

I've been trying to ignore it, but it's pretty clear that the TCOD layout will need to be converted into Unicode before I can even think of removing it.

  • Invert the TCOD layout codec so that maps tiles to codepoints, instead of the other way around.
  • Add a TCOD to Unicode mapping, TCOD_chars_t could be used as a reference.
  • Deprecate TCOD_chars_t, just updating it to Unicode would be too limiting.

This should help with #51 and any other updates to the printing functions.

@HexDecimal HexDecimal self-assigned this Apr 15, 2020
HexDecimal added a commit that referenced this issue Jun 2, 2021
These non-Unicode characters will eventually be removed.

Related to #52.
HexDecimal added a commit that referenced this issue Jun 2, 2021
These non-Unicode characters will eventually be removed.

Related to #52.
HexDecimal added a commit that referenced this issue Jun 2, 2021
These non-Unicode characters will eventually be removed.

Related to #52.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant