hi everybody,
I just installed a chinese programe through Wine
but I can't see proprerly the chinese character, thwy are just black squared of nothing
anybody can help me to go through this problem
i'm using kali as OS
I really need your help
cheers boys!!
chinese character are not proprerly shown
Re: chinese character are not proprerly shown
Are you starting it with the correct LANG variable and do you have the necessary fonts installed?
Re: chinese character are not proprerly shown
Actually i don't know can you explain me the procedure and which code i have to typedimesio wrote:Are you starting it with the correct LANG variable and do you have the necessary fonts installed?
thanks man
Re: chinese character are not proprerly shown
There's more than one version of Chinese; you'll have to figure out which one your app needs.
Simplified: zh_CN.UTF-8
Traditional: zh_TW.UTF-8
Follow the instructions in http://wiki.winehq.org/FAQ#run_from_terminal to run your app from a terminal, but start the line with the LANG variable you need. For example:
(use the actual path to the executable)
Simplified: zh_CN.UTF-8
Traditional: zh_TW.UTF-8
Follow the instructions in http://wiki.winehq.org/FAQ#run_from_terminal to run your app from a terminal, but start the line with the LANG variable you need. For example:
Code: Select all
LANG=zh_CN.UTF-8 wine /path/to/executable
Re: chinese character are not proprerly shown
I need for sure the
Simplified: zh_CN.UTF-8
but it didn't work it actually changed his directory and know i cant open anymore the programm, i also cannot uninstall this programm
how can i solve this problem or how can i uninstall this programm
Simplified: zh_CN.UTF-8
but it didn't work it actually changed his directory and know i cant open anymore the programm, i also cannot uninstall this programm
how can i solve this problem or how can i uninstall this programm
Re: chinese character are not proprerly shown
Not sure what you mean by "changed his directory," as the LANG variable has nothing to do with directories, and the variable is only set for that terminal session. Nothing is permanently changed by it.
You can try using Wine's uninstaller to uninstall the program, but simply deleting the wineprefix is easier.
You can try using Wine's uninstaller to uninstall the program, but simply deleting the wineprefix is easier.
Re: chinese character are not proprerly shown
sorry for my lack, but english is not my mothertounge,dimesio wrote:Not sure what you mean by "changed his directory," as the LANG variable has nothing to do with directories, and the variable is only set for that terminal session. Nothing is permanently changed by it.
You can try using Wine's uninstaller to uninstall the program, but simply deleting the wineprefix is easier.
bytheway i solved for this last problem, so i'm still like in the beginning with this problem that doesn't make me see chinese character, do you have some other solution my friend??
thank's for your help bytheway