diff options
author | Roger Leigh <rleigh@debian.org> | 2006-06-28 21:56:35 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2006-06-28 21:56:35 +0000 |
commit | 40050e1152d6767f59a37272f077ce473b544319 (patch) | |
tree | fdbc604f7a1560752ced615dedcdea6393d8eec1 /TODO | |
parent | d184abf9a17453fd599ed3eab834a8b87ed5326f (diff) | |
download | schroot-40050e1152d6767f59a37272f077ce473b544319.tar.gz |
* TODO: Remove completed item.
* sbuild/sbuild-util.cc (narrow_string, widen_string): Throw a
runtime_error on conversion failure.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -17,15 +17,6 @@ PENDING the boost::format markup changes fixing first. What are other projects doing? -* Handle charset conversion errors more gracefully. - - sbuild-util widen_string and narrow_string. Currently an error - occurs if in a C locale the string contains non-US-ASCII characters - or, in other locales if the gettext message catalogue has bad - strings. The string is truncated to the point of error, or may be - empty depending where the error is. We should error out a bit - better in this case. Assertion, or exception? - * Use boost::format markup in the standard error strings. This will complete the i18n support for error translation. It will |