PQ57147: DBCS CHARACTER ARE NOT HANDLED CORRECTLY WITHIN TSX TAGS OF JSPS | |||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||
APAR status Closed as program error. Error description When DBCS character are using within a TSX tag, they are not read properly. An example of such code would be: <% String RESULTS[] = new String[1]; RESULTS[0] = "in"; ... <tsx:repeat index="i"> <br><%=RESULTS[i] %> ---> <DBCS Character> </tsx:repeat>Local fix Problem summary **************************************************************** * USERS AFFECTED: WebSphere Application Server developers * * using jsp's and IBM's custom tags. * **************************************************************** * PROBLEM DESCRIPTION: Improper encoding is used for kanji * * characters inside of the custom * * tag <tsx:repeat> causes garbage * * characters to be returned to browser. * **************************************************************** * RECOMMENDATION: * **************************************************************** WebSphere was not creating the proper writer to handle double byte characters (ie. kanji) inside of it's custom tag <tsx:repeat>.Problem conclusion Changed the default writer used for the <tsx:repeat> tags so that the default encoding for the jsp page will be used to create the writer inside of the custom tag.Temporary fix Comments
APAR is sysrouted FROM one or more of the following: APAR is sysrouted TO one or more of the following: Modules/Macros
|
Document Information |
Product categories: Software > Application Servers >
Distributed Application & Web Servers > WebSphere Application
Server > General
Operating system(s):
Software version: 400
Software edition:
Reference #: PQ57147
IBM Group: Software Group
Modified date: Feb 12, 2002
(C) Copyright IBM Corporation 2000, 2006. All Rights Reserved.