马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
新的客户化开发 出来的xml publisher pdf 格式输出的中文为“?”
根据此情况google 做出:$FND_TOP/11.5.0/resource 下面的字体拷贝到$OA_JRE_TOP/jre/lib/fonts
测试问题未解决。
查询metalink 得出如下文档:353164.1
Cause
The language fonts were not available in the fontsdirectory, the directory was not included in the AF_CLASSPATH, and the NLS_LANGenvironment variable was not set correctly. Solution
1. Copy ALBANY Fonts to $JRE_TOP/lib/fonts directory andinclude this directory in the concurrent manager environment variableAF_CLASSPATH.
2. NLS_LANG environment variable needs to be set correctly. In case languagehas a space in it, ensure that it is embedded in quotes. For example,SIMPLIFIED CHINESE_CHINA.ZHS16GBK needs to be given as "SIMPLIFIEDCHINESE_CHINA.ZHS16GBK". 3. Stop the concurrent managers. Ensure no FNDLIBRprocesses at the O/S level. 4. Modify the autoconfig context file and update theAF_CLASSPATH to include $JRE_TOP/lib/fonts. 5. Run autoconfig on the database and then applicationstier.
6. Set NLS_LANG as follows:
For Example: NLS_LANG="SIMPLIFIED CHINESE_CHINA.ZHS16GBK"
export NLS_LANG
7. Start the concurrent managers from the same environment (command prompt).
操作后仍然无效, 请各位给点线索。。
|