# HG changeset patch # User Matti Hamalainen # Date 1192850194 -10800 # Node ID c597262d6d50e9aa8b844388a77d8a5d5ce53a38 # Parent 09de487ea6839abfb8cf68c6ee20a7bef1925175 Add a TODO note about the UTF-8/Unicode problems with within Tuplez formatter strings. diff -r 09de487ea683 -r c597262d6d50 src/audacious/tuple_compiler.c --- 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