[Done] IncludeBinary filenames with umlauts or Unicode characters > U+00A0

Post bugreports for the Linux version here
juergenkulow
Enthusiast
Enthusiast
Posts: 544
Joined: Wed Sep 25, 2019 10:18 am

[Done] IncludeBinary filenames with umlauts or Unicode characters > U+00A0

Post by juergenkulow »

Code: Select all

;IncludeBinary does not understand umlauts and Unicode characters greater than U+00A0 in file names.
DataSection
  IncludeBinary "/tmp/Übersicht.txt"
EndDataSection
;[12:21:38] [COMPILER] Zeile 3: Included file not found: /tmp/ܢersicht.txt.
; kulow@kulow-G73Jw:/tmp$ ls -l Übersicht.txt
; -rw-rw-r-- 1 kulow kulow 11 Dez  7 12:20 Übersicht.txt
Edit: /tmp/
Last edited by juergenkulow on Wed Jan 03, 2024 2:48 pm, edited 1 time in total.
Fred
Administrator
Administrator
Posts: 16619
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: IncludeBinary filenames with umlauts or Unicode characters > U+00A0

Post by Fred »

Seems to work here with current beta, can anybody else confirm ?
juergenkulow
Enthusiast
Enthusiast
Posts: 544
Joined: Wed Sep 25, 2019 10:18 am

Re: [Done] IncludeBinary filenames with umlauts or Unicode characters > U+00A0

Post by juergenkulow »

Thanks.
Post Reply