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

Unicode support #245

Open
usermode opened this issue Jun 11, 2018 · 2 comments
Open

Unicode support #245

usermode opened this issue Jun 11, 2018 · 2 comments

Comments

@usermode
Copy link

Hello!
Is the possible to add processing and applying paths and filenames with Unicode characters?
F.e. this not works:
"c:\1\Restauração.txt"
"c:\2\Restauração.txt"
"C:\pd\Restauração.patch"

@abolibibelot1980
Copy link

It may work if you change the active codepage before running the command. I use the following which works for french language :
chcp 1252

@usermode
Copy link
Author

usermode commented Jan 1, 2021

It may work if you change the active codepage before running the command. I use the following which works for french language :
chcp 1252

I already recompile 3.0.8 engine with full unicode support.

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

2 participants