Notepad Bug (Easter Egg?)

For everything that's not in any way related to PureBasic. General chat etc...
Nik
Addict
Addict
Posts: 1017
Joined: Fri May 13, 2005 11:45 pm
Location: Germany
Contact:

Notepad Bug (Easter Egg?)

Post by Nik »

If you open Notepad and save the following text without quotes "Bush hid the facts" for example as foo.txt, you will see that loading the file in notepad has a really odd effect....on the other hand the file seems to be correct when you open it in Wordpad or another editor.
Btw the word meaning doesn't seem to matter but it seems to depend on the number of letters.

Thats either a really stunning bug (I have no clue how to do this by accident) or a really lame Easter Egg.
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

lol, weird!
I like logic, hence I dislike humans but love computers.
Dare
Addict
Addict
Posts: 1965
Joined: Mon May 29, 2006 1:01 am
Location: Outback

Post by Dare »

Dare2 cut down to size
Nik
Addict
Addict
Posts: 1017
Joined: Fri May 13, 2005 11:45 pm
Location: Germany
Contact:

Post by Nik »

I wonder wether the PB IDE uses IsUnicode_() too, can't check at the moment since I'm on my Linux box (btw wine doesn't have the problem and so microsoft notepad really runs better on Linux than on Windows).
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

This really does demonstrate the level of incompetance at Microshaft, they can't even release a simple text editor without bugs!!!! :shock: :roll:
--Kale

Image
Nik
Addict
Addict
Posts: 1017
Joined: Fri May 13, 2005 11:45 pm
Location: Germany
Contact:

Post by Nik »

Well actually the bug is not the fault of the notepad team but a "bug" in the api function IsUnicode_(). That'S also why notepad2 will have the same problem while both will work fine when run under wine.
Post Reply