From d6b96e60106278dcd3840224b78e687d4c7d169d Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Tue, 14 Oct 2003 06:17:51 +0000 Subject: [PATCH] (Dunno) --- src/tuxpaint.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index cfb42a678..d43447fe3 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -15,7 +15,7 @@ #define VER_DATE "2003.09.28" -/* #define DEBUG */ +#define DEBUG /* #define LOW_QUALITY_THUMBNAILS */ /* #define LOW_QUALITY_COLOR_SELECTOR */ /* #define LOW_QUALITY_STAMP_OUTLINE */ @@ -617,6 +617,7 @@ void draw_image_title(int t, int x); int need_unicode(int l); int need_utf8(int l); int need_own_font(int l); +int want_own_font(int l); int need_right_to_left(int l); void handle_keymouse(SDLKey key, Uint8 updown); void move_keymouse(void); @@ -4416,6 +4417,11 @@ void setup(int argc, char * argv[]) putenv("OUTPUT_CHARSET=lt_LT.UTF-8"); convert_open("ISO8859-13"); } + else if (language == LANG_TA) + { + putenv("OUTPUT_CHARSET=ta_IN.UTF-8"); + convert_open("ISO8859-1"); + } #ifdef DEBUG