The charset of TChinese in lang.h is wrong
Brought to you by:
vmsouza
The charset of TChinese in lang.h is wrong
The charset defined in lnag.h of TChinese (Traditional
Chinese) is wrong. It's should be "big5", not "gb2312".
Original lang.h (version 0.9 / line 82)
#include "languages/TChinese.h"
#define charset "gb2312"
Should be
#include "languages/TChinese.h"
#define charset "big5"
the corrected file