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

[Feature] UTF-8 Input/Output Conversion #951

Closed
4 tasks done
gluax opened this issue May 11, 2021 · 1 comment · Fixed by #974
Closed
4 tasks done

[Feature] UTF-8 Input/Output Conversion #951

gluax opened this issue May 11, 2021 · 1 comment · Fixed by #974
Assignees
Labels
feature A new feature.

Comments

@gluax
Copy link
Contributor

gluax commented May 11, 2021

🚀 Feature

The inputs and outputs should be converted to UTF-32.

Motivation

Users should be able to define char and string types in the input.
They should also be allowed in the output files.
This helps the implementation goal of #929.

Implementation

Compiler.

  • Should be converted from UTF-8 to UTF-32.

Tests

  • Should have input tests for each type.
    • char
    • string
@gluax gluax added feature A new feature. Implementation labels May 11, 2021
@gluax gluax mentioned this issue May 11, 2021
29 tasks
@gluax gluax linked a pull request May 22, 2021 that will close this issue
@damirka
Copy link
Contributor

damirka commented May 26, 2021

Closed by #957.

@damirka damirka closed this as completed May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants