Author: jdorje
Date: Thu Mar  2 08:20:42 2006
New Revision: 11698

URL: http://svn.gna.org/viewcvs/freeciv?rev=11698&view=rev
Log:
Use libutf8 to replace printf functions.  This happens automatically on
windoes, or if --with-libutf8 is given on the configure line.  This replaces
buggy printf functions on some systems that do not allow reordering of
arguments (needed for localization support in some languages).

Reported by Laurent Vogel <[EMAIL PROTECTED]>,
Naoki Atagi <[EMAIL PROTECTED]>, and many others in PR#12932.  Patch by
Christian Prochaska <[EMAIL PROTECTED]>.

Modified:
    branches/S2_1/ai/ailog.h
    branches/S2_1/client/climisc.h
    branches/S2_1/client/gui-ftwl/gui_text.c
    branches/S2_1/common/worklist.h
    branches/S2_1/configure.ac
    branches/S2_1/server/console.h
    branches/S2_1/server/plrhand.h
    branches/S2_1/server/stdinhand.c
    branches/S2_1/utility/astring.h
    branches/S2_1/utility/fciconv.h
    branches/S2_1/utility/ioz.h
    branches/S2_1/utility/log.h
    branches/S2_1/utility/registry.h
    branches/S2_1/utility/shared.h
    branches/S2_1/utility/support.h


_______________________________________________
Freeciv-commits mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to