Tweaks to attempt to get Hebrew working right. (Failed)

This commit is contained in:
William Kendrick 2003-04-26 21:56:06 +00:00
parent 6c55c73131
commit c28df3ff6a

View file

@ -7,12 +7,12 @@
bill@newbreedsoftware.com bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/ http://www.newbreedsoftware.com/tuxpaint/
June 14, 2002 - April 25, 2003 June 14, 2002 - April 26, 2003
*/ */
#define VER_VERSION "0.9.11" #define VER_VERSION "0.9.11"
#define VER_DATE "2003.04.25" #define VER_DATE "2003.04.26"
/* #define DEBUG */ /* #define DEBUG */
@ -3894,6 +3894,11 @@ void setup(int argc, char * argv[])
{ {
putenv("OUTPUT_CHARSET=ja_JP.UTF-8"); putenv("OUTPUT_CHARSET=ja_JP.UTF-8");
} }
else if (language == LANG_HE)
{
// putenv("OUTPUT_CHARSET=he_IL");
// convert_open("ISO8859-8");
}
else if (language == LANG_PL) else if (language == LANG_PL)
{ {
putenv("OUTPUT_CHARSET=pl_PL.UTF-8"); putenv("OUTPUT_CHARSET=pl_PL.UTF-8");