[Done] PB 6.03 B10 No inclusion of icon files with Umlaut character possible

Post bugs related to the IDE here
User avatar
Shardik
Addict
Addict
Posts: 2060
Joined: Thu Apr 21, 2005 2:38 pm
Location: Germany

[Done] PB 6.03 B10 No inclusion of icon files with Umlaut character possible

Post by Shardik »

On Windows 10 22H2 x64 and Windows 11 22H2 x64:

Code: Select all

OpenWindow(0, 100, 100, 200, 170, "Icon test")
Repeat
Until WaitWindowEvent() = #PB_Event_CloseWindow
Compiler Options > Use icon
If the icon filename contains Umlaut characters (for example: "VM-Überprüfung.Ico"), the file won't be found:
"Icon file not found."

When renaming the icon file to "VM-Ueberpruefung.Ico", the same icon file will be accepted.

PB 6.02 accepts icon filenames containing Umlaut characters without any problem.
juergenkulow
Enthusiast
Enthusiast
Posts: 581
Joined: Wed Sep 25, 2019 10:18 am

Re: [PB 6.03 B10] No inclusion of icon files with Umlaut character possible

Post by juergenkulow »

Image
But

Code: Select all

pbcompiler /Commented /ICON D:\Ä.ico /EXE D:\ICON.EXE
PureBasic 6.03 beta 10 LTS (Windows - x86)
Compiling D:\icon.pb
Loading external libraries...
Starting compilation...
3 lines processed.
Creating executable "D:\ICON.EXE".

- Feel the ..PuRe.. Power 
boddhi
Enthusiast
Enthusiast
Posts: 524
Joined: Mon Nov 15, 2010 9:53 pm

Re: [PB 6.03 B10] No inclusion of icon files with Umlaut character possible

Post by boddhi »

See here too :wink:
If my English syntax and lexicon are incorrect, please bear with Google translate and DeepL. They rarely agree with each other!
Except on this sentence...
Fred
Administrator
Administrator
Posts: 18220
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: [Done] PB 6.03 B10 No inclusion of icon files with Umlaut character possible

Post by Fred »

Already fixed in current release
Post Reply