Page 1 of 1

Notepad Bug (Easter Egg?)

Posted: Mon Jul 31, 2006 1:04 pm
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.

Posted: Mon Jul 31, 2006 2:21 pm
by Joakim Christiansen
lol, weird!

Posted: Mon Jul 31, 2006 2:47 pm
by Dare

Posted: Mon Jul 31, 2006 8:19 pm
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).

Posted: Mon Jul 31, 2006 8:33 pm
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:

Posted: Mon Jul 31, 2006 8:35 pm
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.