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

bitsunrise.com compatibility #9

Open
Nitrodist opened this issue Apr 13, 2022 · 3 comments
Open

bitsunrise.com compatibility #9

Nitrodist opened this issue Apr 13, 2022 · 3 comments

Comments

@Nitrodist
Copy link

Hi, I use a M1 mac and saw your program. I can't use telnet bitsunrise.com without just seeing chinese characters. Can you use it normally?

Shown:

Screenshot 2022-04-13 at 12 28 45 AM

Desired (fropm SyncTERM):

Screenshot 2022-04-12 at 8 48 40 PM

Your app seems great, great job! I have been trying to get fonts to render correctly when connecting to bitsunrise.com via telnet etc. in terminal. Using your client to connect, I still see these chinese characters, and even after following a walkthrough for iterm2 itself where the instructions were to adjust iterm2 settings to chinese encoding and more, I wasn't able to get them to render. Same with your client.

I used the SyncTERM program and it worked beautifully. Except... it's low res because of macbook laptops' retina displays? There's a bug in that software to make it somewhat useable on Mac due to 1/4th of the screen being given space to the terminal. There's no full screen experience.

Thanks for the software, looking forward to your reply 🙇

@ytang
Copy link
Owner

ytang commented Apr 13, 2022

Thanks for your compliment.

This issue is likely due to incorrect encoding. Currently, Welly supports only GBK and Big5 encodings. Standard 7-bit ASCII characters should have no issues in either encoding, but it looks like bitsunrise.com uses extended ASCII characters, which will be interpreted differently in GBK or Big5.

This issue could potentially be fixed by adding the encoding that bitsunrise.com uses in https://github.com/ytang/welly/blob/master/Welly/WLEncoder.m. However, I don't have much time to implement it right now. If you're interested in doing it, please feel free to submit pull requests.

@PacBilly
Copy link

PacBilly commented Sep 3, 2022

Would it be possible for someone to somehow export the (ANSI and PETSCII) encodings from SyncTerm and import them to Welly? I'm not skilled enough to do this myself, but I think my cousin may be.

@ytang
Copy link
Owner

ytang commented Sep 4, 2022

It could be possible. I don't have time to do it, but any contribution is welcome.

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

3 participants