|
最初由 wlmqxb 发布
[B]Copy UTF8 resource file fmrweb_utf8.res to fmrweb.res. Make a backup copy of fmrweb.res and replace it with fmrweb_utf8.res for each active language. For example, UNIX users who have German Applications installed, would do the following in their 8.0.6 ORACLE_HOME:
$ cd $ORACLE_HOME/forms60/admin/resource/ZHS
$ cp fmrweb.res fmrweb.res.bak
$ cp fmrweb_utf8.res fmrweb.res
$ cd $ORACLE_HOME/forms60/admin/resource/ZHT
$ cp fmrweb.res fmrweb.res.bak
$ cp fmrweb_utf8.res fmrweb.res
Modify Tk2Motif.rgb in your 8.0.6 ORACLE_HOME. For all Tk2Motif.rgb files located at $ORACLE_HOME/guicommon6/tk60/admin and $ORACLE_HOME/guicommon6/tk60/admin/<LangCode>, open the file using any text editor and modify the line that looks like this:
!Tk2Motif*fontMapCs: iso8859-2=EE8ISO8859P2
Change the line to look like this:
Tk2Motif*fontMapCs: iso8859-1=UTF8
Make sure you remove the “!” character to uncomment the line. [/B]
请仔细查阅安装文档资料关于这段的说明再操作,如果机器运行没有这问题,就不要按照这步骤做,我安装完了就没做这步骤,想补回来,没想到,按照这步骤改了,反而出现了terminal的问题. |
|