-
Notifications
You must be signed in to change notification settings - Fork 447
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
UTF-8 #430
Comments
@skipmeister123 could you please give the version number of mosh installed on your remote machine? |
@skipmeister123 also, could you please specify Windows 10 version and build from |
Oh, yeah. Sorry - that would have been useful.
I'm on Win10 1903, running mosh 1.3.2
|
This looks to be a problem with either the configuration of the server host or the client host. Mosh strictly requires a UTF-8 locale to run. There's not a lot FluentTerminal can do to configure the remote server. So just to be clear, both the client and remote server are running Windows 1903? Is the SSH server OpenSSH? |
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "#430?email_source=notifications\u0026email_token=AAOSY34R5OH6GXBQ4VVXMHLQAZBKBA5CNFSM4H53CZU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2RPNNY#issuecomment-513996471",
"url": "#430?email_source=notifications\u0026email_token=AAOSY34R5OH6GXBQ4VVXMHLQAZBKBA5CNFSM4H53CZU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2RPNNY#issuecomment-513996471",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
@skipmeister123 looks like something went wrong here... |
Can you elaborate, please?
|
@skipmeister123 Your email reply was somehow messed up (See quote above). I think GitHub was having some issues this day |
Strange. I asked for additional details.
|
@skipmeister123 Currently xterm.js (the emulator lib behind FluentTerminal) can only operate with JS strings (UTF16 internally) or UTF8 encoded bytes, thus we are bound to UTF world atm. We have a PR open to directly support other encodings as well (xtermjs/xterm.js#2362). |
Hi, As mentioned above, I have a similar problem with my Ubuntu host. Here's my host configuration:
and when I'm trying to connect to this host using a
I found some tip on StackOverflow which might be helpful: changing a locale in Terminal by using a I hope that will help you to fix this, thanks! |
when the mosh-server use bash environment , fluent can connect to it with no problem, but when the mosh-server in a zsh envrionment, it will issue this problem |
Getting this problem when connecting to an Arch machine (on server)
|
Same issue with: I tried adding environment variables but that doesn't help. Note: # running
$ mosh --ssh 'ssh -vvv' remotemachine.domain.name
shows:
(...)
debug1: Sending env LANG = en_US.UTF-8
(...)
-> connects successfully But this fails with the same message if I set the LC_ALL environment variable to en_US. $ LC_ALL="en_US" mosh --ssh 'ssh -vvv' remotemachine.domain.name
(...)
debug1: Sending env LC_ALL = en_US
(...)
mosh-server needs a UTF-8 native locale to run.
Unfortunately, the local environment (LC_ALL=en_US) specifies
the character set "ISO-8859-1",
The client-supplied environment (LC_ALL=en_US) specifies
the character set "ISO-8859-1".
(...)
|
Is there any update for this?
|
I can't connect to my MOSH server because the terminal uses US-ASCII rather than UTF-8. There's no option to configure this, either.
The text was updated successfully, but these errors were encountered: