Solved How to input chinese in texstudio ?

I'm sorry, that code works with manjaro but doesn't work with FreeBSD. Paste Chinese characters on Texstudio works, it doesn't work with type. I want to type Chinese in Texstudio.
 
I can type chinese in Libreoffice with fcitx now, add these lines to your /etc/profile:

Code:
#fcitx

export XIM_PROGRAM=fcitx

export XIM=fcitx

export GTK_IM_MODULE=fcitx

export QT_IM_MODULE=fcitx

export XMODIFIERS="@im=fcitx"

Great. These settings work.
Thanks.
 
Back
Top