From 7c9b0860e8e4dd47d216620a30bf49c9f492bdd5 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Wed, 15 Mar 2006 13:47:41 +0000 Subject: [PATCH] Update protocol spec to state string format. git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/branches/seamlessrdp-branch/rdesktop@1135 423420c4-83ab-492f-b58f-81f9feb106b5 --- doc/seamlessrdp-channel.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/seamlessrdp-channel.txt b/doc/seamlessrdp-channel.txt index 4d5778f..f159586 100644 --- a/doc/seamlessrdp-channel.txt +++ b/doc/seamlessrdp-channel.txt @@ -36,6 +36,9 @@ outside the desktop. All integers fit inside 32 bits. +Strings are sent in UTF-8 and do not contain any characters less than 0x20 or +the character , (comma). + Server to Client Operations ===========================