gettext.c: fix the iconv problems
commit9e2b1498b8cfcabeba249180e75cc107868e8ff0
authorKyle J. McKay <mackyle@gmail.com>
Sun, 21 Sep 2014 06:00:06 +0000 (20 23:00 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 21 Sep 2014 06:00:06 +0000 (20 23:00 -0700)
tree56b7f3db4d2f7e07199d9ea577dfedf6b4095ad6
parent8c66e480e1546bd0b240f19cc6fcd0b7dc2ef276
gettext.c: fix the iconv problems

1) The suffix is //TRANSLIT not /TRANSLIT
2) Use the temp vars when calling iconv, don't step on the real ones
src/gettext.c