Bush hid the fact!
Open Notepad
write: bush hid the facts
save the file with the name: bush hid the facts
close the file
reopen the file... a see the result...
i'm stunned, this is amazing..
write: bush hid the facts
save the file with the name: bush hid the facts
close the file
reopen the file... a see the result...
i'm stunned, this is amazing..

6 Comments:
amazing, is that the only quote that changes it? What does it mean? O.o
WoW, that's what i call freaky..
Got some chinese stuff..
畢桳栠摩琠敨映捡獴
Whaaat?
That's cool!
Or this:
write "Bill fed the goats"
save as lamz0r
reopen
OMG!!!
one word: lame
Can you tell us what comes up when you do that? I don't have windows.
This happens with any short phrase (31 characters?) with an even number of characters. Notepad will write the text file in unicode. When reading a text file, Notepad needs to determine if the file is UTF-8 or UTF-16 (8-bit vs. 16-bit). It takes a significant number of bytes (32?) to this. If it can't determine what the file is, it will default to UTF-16. Count the number of characters you typed in and then count the number of oriental characters you see, the oriental characters should be half of the regular characters because instead of 1-byte per character in UTF-8 it is 2-bytes per character.
Post a Comment