English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Open notepad program in windows XP, type "iran win via atoms"
save it in a file, close notepad, open it again, load the file,
see what happens.... anybody can explain this?

2006-10-13 08:12:35 · 3 answers · asked by Anonymous in Computers & Internet Security

3 answers

This is not an easter egg. This is a character format interpretation bug in Notepad.

It happens not just with "iran win via atoms", but with any string which has the pattern:

4 characters (space) 3 characters (space) 3 characters (space) 5 characters

Eg.:
iran win via atoms
bush hid the facts

The notepad stores files as byte streams. When opening a file, notepad tries to understand whether the stream represents Unicode characters. If it finds that the byte stream doesn't represent Unicode characters, it interprets the content as ASCII characters.

In "iran win via atoms" case, Notepad (due to a bug) interprets the byte stream as Unicode and tries to display the text as Unicode (instead of ASCII). If the corresponding Unicode language is not installed on your PC, blank characters or square boxes are displayed instead.

If you open the file in some other editor (say Wordpad), you will see the original string.

This will also happen with strings having pattern:
2 characters + (space) + 3 characters + (space) + 3 characters.

Eg.:
aa aaa aaa
zz zzz zzz


I hate Microsoft Notepad. I use SciTE instead. It's free and open-source and offers syntax highlighting for many languages, apart from great features:
http://scintilla.sourceforge.net/SciTEDownload.html

2006-10-14 04:03:09 · answer #1 · answered by Utkarsh 6 · 0 0

It's an easter egg. Oddities of code written by programmers into alot of programs to entertain each other... the same thing happens if you type in "Bush hid the facts"

other easter eggs http://www.eeggs.com/

2006-10-13 15:19:03 · answer #2 · answered by Fremen 6 · 1 1

any phrase with the combination 4444 333 333 55555 will work like this.............there is some programming bug relating to character sets.......some conflict between ISO ad UNICODE

2006-10-13 16:16:24 · answer #3 · answered by adi 2 · 1 0

fedest.com, questions and answers