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

Text with accents displaying incorrectly #192

Open
FelipeGrijo opened this issue Aug 17, 2024 · 0 comments
Open

Text with accents displaying incorrectly #192

FelipeGrijo opened this issue Aug 17, 2024 · 0 comments

Comments

@FelipeGrijo
Copy link

Create an index.js file with this content:

console.log("Olá, mundo!");

Compile

>porf --compiler=gcc native index.js out.exe
[5308ms] compiled index.js -> out.exe (109.8KB)
>out.exe
Olß, mundo!
>porf --version
0.37.18+49d485eb4
>gcc --version
gcc (MinGW-W64 x86_64-ucrt-posix-seh, built by Brecht Sanders, r1) 14.2.0

Running porf -e "console.log('Olá mundo')" logs correctly.

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

1 participant