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

XXXX for separators #322

Closed
jungle-boogie opened this issue Aug 31, 2020 · 5 comments
Closed

XXXX for separators #322

jungle-boogie opened this issue Aug 31, 2020 · 5 comments

Comments

@jungle-boogie
Copy link
Contributor

Hi,

Thanks for continuing to work on sngrep - it's such a great project.

What causes sngrep to have this display and is there a way to fix it?

vP6ag7DCcl

@Kaian
Copy link
Member

Kaian commented Aug 31, 2020

Hi @jungle-boogie

Try setting this environment before runing sngrep

export NCURSES_NO_UTF8_ACS=1

Regards!

@jungle-boogie
Copy link
Contributor Author

Hi @Kaian,

Sorry, friend, that didn't make a difference.

 $ export NCURSES_NO_UTF8_ACS=1
 $ echo $NCURSES_NO_UTF8_ACS
1
 $ echo $TERM
xterm

@jungle-boogie
Copy link
Contributor Author

Well I found a solution when using putty:
change settings → window → translation → remote char set → "use font encoding"

https://serverfault.com/questions/475925/how-to-fix-putty-showing-garbled-characters

@Kaian
Copy link
Member

Kaian commented Sep 1, 2020

Good to hear that!

I'll work on making UTF-8 characters display correctly on future versions, after all SIP is UTF-8.

Thanks for reporting Jungle!

@Kaian Kaian closed this as completed Sep 1, 2020
@zombiedk
Copy link

zombiedk commented Mar 31, 2022

for me the solutions to this problem is to add this to ~/.bashrc | ~/.zshrc to my local MacOS
export LC_CTYPE=en_US.UTF-8

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

No branches or pull requests

3 participants