summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-15 13:11:29 -0400
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-15 13:16:12 -0400
commit4c5405c481b24787830136c239fcc93d01b0b35e (patch)
tree5600f5737e71d13ae20ba7dea5797096100182ee
parent744e3898ad7b219d72b0258a5a9955f487d5d913 (diff)
downloadtelepathy-idle-4c5405c481b24787830136c239fcc93d01b0b35e.tar.gz
IRC_Command: explain why the command is in UTF-8
-rw-r--r--extensions/Connection_Interface_IRC_Command1.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/Connection_Interface_IRC_Command1.xml b/extensions/Connection_Interface_IRC_Command1.xml
index 884b1dd..0d75a4d 100644
--- a/extensions/Connection_Interface_IRC_Command1.xml
+++ b/extensions/Connection_Interface_IRC_Command1.xml
@@ -32,6 +32,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<p>For example, an IRC client receiving <code>/bip blreset</code> from
the user might call this method with <code>BIP blreset</code> as
argument which will send <code>BIP blreset</code> to the server.</p>
+ <p>The command is supplied in UTF-8 (because strings on D-Bus are
+ always UTF-8). It is transcoded into the connection's configured
+ character set, if different, before sending to the server.</p>
</tp:docstring>
<tp:possible-errors>
<tp:error name="org.freedesktop.Telepathy.Error.Disconnected"/>