]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Mention our assumptions about the execution character set. Not very
authorBen Harris <bjh21@bjh21.me.uk>
Thu, 2 Dec 2004 13:07:32 +0000 (13:07 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Thu, 2 Dec 2004 13:07:32 +0000 (13:07 +0000)
well-written, since my brain is largely absent today.

[originally from svn r4945]

doc/udp.but

index 796b2c625db5d97ebc0907cf3178d903fe21b2cd..e5453ea0b98a052d9b2dca034bae663f7c202317 100644 (file)
@@ -45,7 +45,10 @@ endianness-dependent operations, and so on.
 \e{don't} care about. In particular, we expect PuTTY to be compiled
 on 32-bit architectures \e{or bigger}; so it's safe to assume that
 \c{int} is at least 32 bits wide, not just the 16 you are guaranteed
-by ANSI C.)
+by ANSI C.  Similarly, we assume that the execution character encoding
+is a superset of the printable characters of ASCII, though we don't
+assume the numeric values of control characters, particularly \cw{'\n'}
+and \cw{'\r'}.)
 
 \H{udp-multi-backend} Multiple backends treated equally