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

4x4xU #729

Open
jooon opened this issue Aug 12, 2024 · 0 comments
Open

4x4xU #729

jooon opened this issue Aug 12, 2024 · 0 comments

Comments

@jooon
Copy link

jooon commented Aug 12, 2024

Describe the bug
Lainey Wilson's song 4x4xU is a word play "four by four by you". If the x between the 4s turns into a multiplication symbol, then the x between 4 and U should as well.

To Reproduce
Steps to reproduce the behavior:

  1. Write 4x4xU with Inter anywhere without disabling calt.
  2. Notice the x between the 4s turns into a multiplication sign, while the x between 4 and U stays the same.

Expected behavior
I want consistency more than anything else. Either only multiplication symbols 4×4×U or only lower-case x 4x4xU.

Environment

...

I guess you can always come up with more and more corner cases like this. I noticed an exception was made for c-style hex literals that begin with 0x. #404

I am however not even sure if this one should be solved. For this specific case, it is possible to actually change the string to make it consistent.

If it can not be generalized without introducing an even bigger mess, do you know if there is a way to inject an escape hatch? If I insert a ZERO WIDTH NON-JOINER after the x in - https://rsms.me/inter/lab/ then that actually disables the contextual alternative for me. However, if I do the same in chrome inspector, for instance somewhere on https://rsms.me/inter/ it does nothing, but I am also not fully sure how web browsers work. I know I can disable it with css font-variant-ligatures: no-contextual, but I was wondering if there was some unicode way of doing it.

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