Skip to content

Conversation

@MaxLogic
Copy link
Contributor

… correctly.

Previously, batch files were saved using TEncoding.ANSI, which caused issues when handling non-ASCII characters such as German umlauts (ä, ö, ü, ß) or accented characters (é, à, etc.) in file names. The command prompt (cmd.exe) would misinterpret these characters, leading to "file not found" errors.

This commit updates all batch file creation logic to use TEncoding.UTF8 instead. By doing this, special characters are correctly preserved when executing the batch script.

… correctly.

Previously, batch files were saved using TEncoding.ANSI, which caused issues when handling non-ASCII characters such as German umlauts (ä, ö, ü, ß) or accented characters (é, à, etc.) in file names.
The command prompt (cmd.exe) would misinterpret these characters, leading to "file not found" errors.

This commit updates all batch file creation logic to use TEncoding.UTF8 instead. By doing this, special characters are correctly preserved when executing the batch script.
@landrix landrix merged commit ed9c81c into LandrixSoftware:master Mar 17, 2025
@landrix
Copy link
Member

landrix commented Mar 17, 2025

thanks

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

Successfully merging this pull request may close these issues.

2 participants