URI:
       tThe GTK+2 client now checks all strings on startup to ensure that they are valid UTF-8. If running in a non-UTF8 locale, the strings are converted from the locale's charset; if running in a UTF8 locale, invalid strings are truncated at the first invalid character. - vaccinewars - be a doctor and try to vaccinate the world
  HTML git clone git://src.adamsgaard.dk/vaccinewars
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit f523a3eab6e098d998248516718661c470795b51
   DIR parent 6c4fbfade96ab270b1a2b59afb6289f332ac34f4
  HTML Author: Ben Webb <ben@salilab.org>
       Date:   Mon, 29 Apr 2002 10:44:41 +0000
       
       The GTK+2 client now checks all strings on startup to ensure that they are
       valid UTF-8. If running in a non-UTF8 locale, the strings are converted
       from the locale's charset; if running in a UTF8 locale, invalid strings
       are truncated at the first invalid character.
       
       
       Diffstat:
         M ChangeLog                           |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/ChangeLog b/ChangeLog
       t@@ -2,6 +2,8 @@ cvs
            - Bug fix: the server will only let you pay back loans or deal with the
              bank when you are at the correct location, and you can no longer
              "pay back" negative amounts of cash to the loan shark
       +    - The GTK+2 client should now run properly in non-UTF8 locales, and
       +      handle configuration files in both UTF8 and non-UTF8 locales
            - Another dumb PPC bug fixed
            - Incorrect LIBS generated by configure script in some circumstances
              (due to a GTK+/Glib bug) - now fixed