summaryrefslogtreecommitdiff
path: root/core/Messenger.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-11 08:54:34 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-11 08:54:34 -0400
commite830861a9d96f4a8e8ea203e24cfe431f7960c04 (patch)
treec022a096dd90f9efd5e91e45471df00f4bb54e81 /core/Messenger.h
parent1989246f49dc8599a4ca67199f7cc7b94a2bb294 (diff)
Use UTF-8 for all the text that is sent/recieved.
Diffstat (limited to 'core/Messenger.h')
-rw-r--r--core/Messenger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Messenger.h b/core/Messenger.h
index 128da67a..d7e101b2 100644
--- a/core/Messenger.h
+++ b/core/Messenger.h
@@ -2,6 +2,7 @@
2* 2*
3* An implementation of a simple text chat only messenger on the tox network core. 3* An implementation of a simple text chat only messenger on the tox network core.
4* 4*
5* NOTE: All the text in the messages must be encoded using UTF-8
5 6
6 Copyright (C) 2013 Tox project All Rights Reserved. 7 Copyright (C) 2013 Tox project All Rights Reserved.
7 8