You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a Norwegian keyboard layout, and writing the letter ø, it shows as an o. It still IS an ø, for instance if you write
echo "bo" <--- really write bø
you get back
bø
Stripping diacritics, even for display purposes, is never a good internationalization solution. For Norwegian it can turn a common word like "høre" (to listen) into a nasty slur.
I tried upgrading to 2.0.0-beta4 to see if the error is still present, and accidentally downgraded to 1.2. I can at least confirm the error is not present there.
With a correct upgrade to 2.0.0-beta4, I can confirm the error is not there. So it looks like this has been accidentally fixed as part of some broader issue, maybe with #768 (Fix init for non-US keyboards)
When using a Norwegian keyboard layout, and writing the letter ø, it shows as an o. It still IS an ø, for instance if you write
you get back
Stripping diacritics, even for display purposes, is never a good internationalization solution. For Norwegian it can turn a common word like "høre" (to listen) into a nasty slur.
This bug was previously reported here:
but was apparently never passed on to here, and is still present.
Since the error disappears when
is run, it seems to be this module which causes the problem. See the linked issue for more discussion about what happens.
Environment data
Steps to reproduce
Change keyboard layout to Norwegian, use on-screen keyboard to write "echo ø". Watch it display echo o, but return and display ø when run.
The text was updated successfully, but these errors were encountered: