Interstage Shunsaku Data Manager Troubleshooting - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]() ![]() |
Chapter 2 Examples of Troubleshooting | > 2.2 Development Errors |
After a search using Shunsaku Java API, characters are not displayed correctly in a browser. For example, the character registered as "" is displayed as "!".
An error is considered as a character display error in search results if such characters as the following cannot be displayed correctly:
The character code of an XML document imported to Shunsaku is UTF-8 and the CharacterCode parameter in the system environment file is set as EUC.
The Shunsaku Java API uses the character code conversion function provided in Java to convert character code from UTF-8 to EUC. However, this function cannot convert all the UTF-8 characters to EUC characters. Therefore, some specific characters cannot be imported to Shunsaku correctly and the search result will be output incorrectly.
Use the same character code for the XML document stored in Shunsaku and the CharacterCode parameter specified in environment file. UTF-8 is recommended.
None.
Contents
Index
![]() ![]() |