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

Linux 32-bit: Rebol cannot run a script fthat has UTF-8 chars in its filename or path #48

Open
Esgorhannoth opened this issue May 15, 2019 · 0 comments

Comments

@Esgorhannoth
Copy link

When I try to run a script that contains a UTF-8 character(s) in its filename or path, rebol fails with this error messages:

Path: /home/esko/tmp/sandbox/今日は/ascii

$ rebl ~/tmp/sandbox/今日は/ascii/whatdir.r3 
** Script error: invalid argument: %/home/esko/tmp/sandbox/ä»æ¥ã¯/ascii/
** Where: change-dir either -apply-
** Near: change-dir first script-path either exists? second script-pa...
>>

Filename: /home/esko/tmp/sandbox/проба.r3

$ rebl ~/tmp/sandbox/проба.r3
** access error: script not found: %sandbox/пÑоба.r3
>>
$ uname -a
Linux hal 4.19.0-5-686 #1 SMP Debian 4.19.37-1 (2019-05-05) i686 GNU/Linux

P.S. A temporary workaround is using --do:

$ rebl --do 'do %sandbox/проба.r3'
Oldes added a commit to Oldes/Rebol3 that referenced this issue May 22, 2019
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