This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 85906 - I18N - garbled Ja characters in build output window
Summary: I18N - garbled Ja characters in build output window
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@xml
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2006-09-27 16:34 UTC by gmurr
Modified: 2007-05-24 16:42 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gmurr 2006-09-27 16:34:54 UTC
If you input JA characters in the wsdl file, the build error message in the
output window contain garbled characters.
To reproduce:
1- open the wsdl file in the design window
2- navigate to Types-elements
3- Add new element: select "Inline Complex Type"
4- navigate to sequence under new created element and add->element
5- select string from use exeisting type
6- Enter JA characters in the mname field

build the project. You get the following error message:
pre-dist:
Created dir: C:\alaska\jbicomps\test\bpelse\i18n\assign\AssignBpel\build
C:\alaska\jbicomps\test\bpelse\i18n\assign\AssignBpel\src\Assign\echoSubstringAfter.bpel:44:
column:16 ERROR: Expression
"substring-after($echoSubstringAfter_Output.part/value��, '����Hello
')" is not valid Xpath expression : Invalid XPath:
'substring-after($echoSubstringAfter_Output.part/value\u00e3\ufffd\u201a\u00e3\ufffd\u201e,
\'\u00e3\ufffd\u201a\u00e3\ufffd\u201e\u00e3\ufffd\u2020\u00e3\ufffd\u02c6Hello
\')'. Invalid symbol '\ufffd' after:
'substring-after($echoSubstringAfter_Output.part/value\u00e3'.
C:\alaska\jbicomps\test\bpelse\i18n\assign\AssignBpel\src\Assign\echoSubstringAfter.bpel:45:
column:16 ERROR: Expression "$echoSubstringAfter_Input.part/valueã?‚ã?„" is not
valid Xpath expression : Invalid XPath:
'$echoSubstringAfter_Input.part/value\u00e3\ufffd\u201a\u00e3\ufffd\u201e'.
Invalid symbol '\ufffd' after: '$echoSubstringAfter_Input.part/value\u00e3'.
C:\alaska\jbicomps\test\bpelse\i18n\assign\AssignJbi\nbproject\build-impl.xml:94:
The following error occurred while executing this line:
C:\alaska\jbicomps\test\bpelse\i18n\assign\AssignBpel\nbproject\build-impl.xml:155:
Found compilation errors.
BUILD FAILED (total time: 5 seconds)

The JA characters in the error message are garbled
Comment 1 Shivanand Kini 2006-11-28 23:09:53 UTC
Can you still reproduce this bug?
Comment 2 gmurr 2007-02-16 17:12:54 UTC
can not reproduce the bug anymore.
Comment 3 kaa 2007-05-24 16:04:38 UTC
WORKSFORME: All attempts at reproducing this issue were futile
pseudo localized build 0516, Ja locale, fontsize 16
Comment 4 kaa 2007-05-24 16:42:24 UTC
verified