Hi nausea,
I think the problem is caused that your installation of WX is compile without unicode support. So I suggest to download the wxwidgets source code and to configure it with
./configure --enable-unicode
make
make install (root)
Be aware to remove the old files before installing the new ones.
Bye,
Mario