[next] telepathy-idle: IRC_Command: explain why the command is in UTF-8
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Thu Jan 30 02:29:35 PST 2014
Module: telepathy-idle
Branch: next
Commit: 4c5405c481b24787830136c239fcc93d01b0b35e
URL: http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=4c5405c481b24787830136c239fcc93d01b0b35e
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Tue Oct 15 13:11:29 2013 -0400
IRC_Command: explain why the command is in UTF-8
---
extensions/Connection_Interface_IRC_Command1.xml | 3 +++
1 file changed, 3 insertions(+)
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"/>
More information about the telepathy-commits
mailing list