summaryrefslogtreecommitdiff
path: root/docs/manual/project/roadmap.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/project/roadmap.rst')
-rw-r--r--docs/manual/project/roadmap.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/manual/project/roadmap.rst b/docs/manual/project/roadmap.rst
index 5025c5d..f8a5682 100644
--- a/docs/manual/project/roadmap.rst
+++ b/docs/manual/project/roadmap.rst
@@ -17,7 +17,9 @@ Unicode strings
The another major obstacle which is all around Gammu code is own
implementation of unicode (UCS-2-BE) strings. This code should be dropped and
-wchar_t used instead.
+use some standard library for that. Note that wchar_t is probably not a good
+choice here as it's 16-bit on Windows and thus can not store emojis and other
+supplemental plan unicode chars.
Hardcoded length for strings
----------------------------