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

Windows VM ignores image argument with non-ASCII chars #707

Open
JanBliznicenko opened this issue Oct 25, 2023 · 1 comment
Open

Windows VM ignores image argument with non-ASCII chars #707

JanBliznicenko opened this issue Oct 25, 2023 · 1 comment

Comments

@JanBliznicenko
Copy link

Windows VM does not open an image if the image path argument contains non-ASCII characters.

An example where
a.image opens
á.image does not:

example

The problem occurs if the non-ASCII char is anywhere in the image path argument provided to the Pharo.exe, no matter whether the path is absolute or relative and whether such character is in the mage file name or directory name.

It works in case the containing directory has non-ASCII chars, but the directory is current directory and we use relative path that only contains ASCII chars. All that matters is the string passed as an argument, not the actual full absolute path.

Tested on:
Windows 11
VM 10.0.0.8
Pharo image 11

Issue is not present on Linux.

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