We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example if I use LANG=en_US.UTF-8 tig, it looks nice: If I use LANG=en_US.ISO-8859-1 tig it becomes to be misplaced:
LANG=en_US.UTF-8 tig
LANG=en_US.ISO-8859-1 tig
It seems the š is normalized to s, but the ć is not normalized and instead appears as the two characters ´c but still counted as one character.
š
s
ć
´c
The text was updated successfully, but these errors were encountered:
508da92
No branches or pull requests
For example if I use
LANG=en_US.UTF-8 tig
, it looks nice:If I use
LANG=en_US.ISO-8859-1 tig
it becomes to be misplaced:It seems the
š
is normalized tos
, but theć
is not normalized and instead appears as the two characters´c
but still counted as one character.The text was updated successfully, but these errors were encountered: