- Open Up Notepad
- Type in "Help the big tiger" (without the quotes)
- Save the File
- Close notepad and Open it up again
- Open up the file you just saved
- LOOK AT IT !
Page 1 of 1
Chinese Notepad How weird?
#1
Posted 20 June 2006 - 04:52 PM
Hi peoples, try this in notepad
#2
Posted 20 June 2006 - 10:38 PM
Only happens on Vista. I know, their notepad is broken.
#5
Posted 21 June 2006 - 12:49 AM
#6
#9
Posted 28 June 2006 - 01:50 AM
Oh, this doesn't happens anymore in Notepad2!
Hum, what is XVI32 doing in my taskbar ?
Also,

And this never happens in Notepad++ which can also be used to restore your text.
PS: notepad2 doesn't use the same API than windows's notepad. That was a Big mistake.
Hum, what is XVI32 doing in my taskbar ?
Also,
And this never happens in Notepad++ which can also be used to restore your text.
PS: notepad2 doesn't use the same API than windows's notepad. That was a Big mistake.
This post has been edited by Camarade_Tux: 28 June 2006 - 01:52 AM
#12
Posted 29 June 2006 - 12:09 AM
#13
Posted 29 June 2006 - 12:54 AM
#14
Posted 05 July 2006 - 10:43 PM
heh, that's strange.
it's not a problem with the API itself though, because i use that same API in another app and it handles the file like normal.
it's not a problem with the API itself though, because i use that same API in another app and it handles the file like normal.
#15
Posted 06 July 2006 - 01:21 AM
Thanks to a problem with an AutoHotKey script I think I found some explanations.
The FF FE sequence is used to determine the endianness of the file. It is a BOM.
If you read wikipedia's articles you know endianness is hardware-dependent.
Now, do you think Notepad, Notepad2... could run on something else than little-endian machines such as Intel's processors ?
So there is no need to bother with "FF FE", it will always be little-endian.
Then, Notepad++ is based on ScinTilla, and ScinTilla can run on win32 and machines that support GTK+. So it can include big-endian machines. Thus, it needs this FF FE string.
If you try to open a unicode text file created on a machine with a SPARC processor (SunOS) with Notepad/Notepad2, you will probably have troubles reading it.
The FF FE sequence is used to determine the endianness of the file. It is a BOM.
If you read wikipedia's articles you know endianness is hardware-dependent.
Now, do you think Notepad, Notepad2... could run on something else than little-endian machines such as Intel's processors ?
So there is no need to bother with "FF FE", it will always be little-endian.
Then, Notepad++ is based on ScinTilla, and ScinTilla can run on win32 and machines that support GTK+. So it can include big-endian machines. Thus, it needs this FF FE string.
If you try to open a unicode text file created on a machine with a SPARC processor (SunOS) with Notepad/Notepad2, you will probably have troubles reading it.
#16
Posted 09 July 2006 - 06:35 PM
Or try this in Notepad:
this app can break
Save it and re-open it and see for yourself.
patio.
this app can break
Save it and re-open it and see for yourself.
patio.
#17
Posted 12 July 2006 - 12:01 AM
XP sp2 Professional Chinese editon
XP sp2 Professional Chinese editon
XP sp2 Professional Chinese editon
Attached File(s)
-
__26410___21629___21517_.JPG (75.84K)
Number of downloads: 38
#18
Posted 13 July 2006 - 01:03 AM
Share this topic:
Page 1 of 1



Help
Back to top









