Revision: 512
http://svn.sourceforge.net/pygccxml/?rev=512&view=rev
Author: roman_yakovenko
Date: 2006-09-03 12:19:45 -0700 (Sun, 03 Sep 2006)
Log Message:
-----------
adding unicode todo item
Modified Paths:
--------------
pyplusplus_dev/docs/peps/peps_index.rest
Modified: pyplusplus_dev/docs/peps/peps_index.rest
===================================================================
--- pyplusplus_dev/docs/peps/peps_index.rest 2006-09-03 18:41:14 UTC (rev 511)
+++ pyplusplus_dev/docs/peps/peps_index.rest 2006-09-03 19:19:45 UTC (rev 512)
@@ -62,7 +62,22 @@
.. _`DSL challenge` : ./dsl_challenge.html
+---------------
+Unicode support
+---------------
+In version 0.8.1 `Py++`_ introduced nice feature: automatic extraction and
+integration of documentation strings. I estimated wrong the influence of the
+feature on the project. First user, who actually tried it, was Gottfried Ganssauge.
+He asked me to add support for documentation string that contains unicode characters.
+These days I understand the influence. I should convert all strings in the whole
+project to be unicode strings, with encoding specified by the user. This is a
+lot of work, but I think this is really important. So this is high priority "TODO".
+
+http://www.joelonsoftware.com/articles/Unicode.html - a nice article, which
+explains what is unicode, encoding and character sets.
+
+
.. _`Py++` : ./../pyplusplus.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|