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

Supports character codes other than UTF-8 #24

Open
kumavale opened this issue Sep 4, 2023 · 0 comments
Open

Supports character codes other than UTF-8 #24

kumavale opened this issue Sep 4, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@kumavale
Copy link
Owner

kumavale commented Sep 4, 2023

When parsing telnet commands, it seems good to just return the byte string as is.

pub fn parse_commands(t: usize, serial_buf: &[u8], send_neg: &mut Vec<u8>) -> String {

I don't know what to do with syntax highlighting 🤔

@kumavale kumavale added enhancement New feature or request help wanted Extra attention is needed labels Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant