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

[0.4.0-Alpha] Add Input Parsing Methods back with UTF-8 Support #48

Open
M-griffin opened this issue Jan 14, 2018 · 1 comment
Open
Assignees

Comments

@M-griffin
Copy link
Owner

SDL Input translates all input to UTF-8 automatically. We need UTF-8 aware string, parsing, and input methods.

Since we removed boost, all previous methods used in Obv/2 XRM need to be reworked.

  1. Add new mini support for UTF-8 basic's for count chars, then parsing strings.
  2. Move over and rework methods so we can update the dialing directory add input fields for
    a. configuration
    b. ssh login / password
    c. irc text and command input
    d. much more.
@M-griffin M-griffin self-assigned this Jan 14, 2018
@M-griffin M-griffin added this to TODO in EtherTerm 4.0 Branch via automation Jan 14, 2018
@M-griffin M-griffin moved this from TODO to WIP in EtherTerm 4.0 Branch Jan 14, 2018
@M-griffin
Copy link
Owner Author

Added code for Utfcpp project
https://github.com/nemtrif/utfcpp

All added unit tests copied over from Obv/2 XRM to test the results of refactoring the code.
Unit tests are now all passing with updated i/o methods. in the 0.4.0 Alpha Branch. Can now start work on update the getline method for irc. This will need some rework for extended input and scrolling left and right in-line.

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

No branches or pull requests

1 participant