changeset 3822:c597262d6d50

Add a TODO note about the UTF-8/Unicode problems with within Tuplez formatter strings.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 20 Oct 2007 06:16:34 +0300
parents 09de487ea683
children 860392c82b29
files src/audacious/tuple_compiler.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/tuple_compiler.c	Sat Oct 20 06:08:25 2007 +0300
+++ b/src/audacious/tuple_compiler.c	Sat Oct 20 06:16:34 2007 +0300
@@ -20,6 +20,10 @@
 
 /*
  * TODO:
+ * - Unicode/UTF-8 support in format strings. using any non-ASCII
+ *   characters in Tuplez format strings WILL cause things go boom
+ *   at the moment!
+ *
  * - implement definitions (${=foo,"baz"} ${=foo,1234})
  * - implement functions
  * - implement handling of external expressions