https://bugs.winehq.org/show_bug.cgi?id=39386
Bug ID: 39386 Summary: wine acrobat XI pro,can't input Chinese when using sticky notes(comments) Product: Wine Version: 1.7.48 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: appleyuchi@163.com Distribution: ---
Created attachment 52492 --> https://bugs.winehq.org/attachment.cgi?id=52492 A picture to describe the messy codes sticky notes
Debian Linux 32bit wine Acrobat XI Pro 11
################here is my Wine install ####################### make uninstall ./configure make make install winetricks winetricks atmlib ################here is Acrobat XI Pro 11 install ####################### under root privilege
cp -r /home/appleyuchi/.wine/drive_c/"Program Files"/"Common Files"/Adobe ~/.wine/drive_c/"Program Files"/"Common Files"
cp -r /home/appleyuchi/.wine/drive_c/users/appleyuchi/"Application Data"/Adobe /root/.wine/drive_c/users/root/"Application Data"
Finally: root@debian:/home/appleyuchi/下载/wine-1.7.48# ./wine /home/appleyuchi/software/AcrobatPro11/Acrobat/Acrobat.exe
It works almost 90% great ,but I can't input Chinese when using the stiky notes.
the attachment is a picture to describe the problem definitely,please help,thanks~
https://bugs.winehq.org/show_bug.cgi?id=39386
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- First, never run wine as root. Another thing is to make sure you have proper locale set before running Acrobat.
https://bugs.winehq.org/show_bug.cgi?id=39386
--- Comment #2 from appleyuchi appleyuchi@163.com --- (In reply to Nikolay Sivov from comment #1)
First, never run wine as root. Another thing is to make sure you have proper locale set before running Acrobat.
thank you for replying,
um....
My locales is
LANG=zh_CN.utf8 LANGUAGE=zh_CN:zh LC_CTYPE="zh_CN.utf8" LC_NUMERIC="zh_CN.utf8" LC_TIME="zh_CN.utf8" LC_COLLATE="zh_CN.utf8" LC_MONETARY="zh_CN.utf8" LC_MESSAGES="zh_CN.utf8" LC_PAPER="zh_CN.utf8" LC_NAME="zh_CN.utf8" LC_ADDRESS="zh_CN.utf8" LC_TELEPHONE="zh_CN.utf8" LC_MEASUREMENT="zh_CN.utf8" LC_IDENTIFICATION="zh_CN.utf8"
and I run it like this now:
appleyuchi@debian:~/software/AcrobatPro11$ wine Acrobat/Acrobat.exe
however the problem remains,please give some help ,thanks
https://bugs.winehq.org/show_bug.cgi?id=39386
--- Comment #3 from appleyuchi appleyuchi@163.com --- do I have to learn some special skills for setting locales of application under wine? I have copied all the fonts files from other windows XP system to ./wine/windows/fonts.thanks