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 107352 - I18N - welcome window shows xml tag
Summary: I18N - welcome window shows xml tag
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Logger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-06-20 03:31 UTC by Ken Frank
Modified: 2007-09-30 03:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
html file (2.25 KB, text/html)
2007-06-20 03:32 UTC, Ken Frank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2007-06-20 03:31:38 UTC
have pseudo localized welcome window html file and modifued encoding value so it will
show ja chars ok.

but in welcome window the xml tag is shown

<?xml version="1.0" encoding="x-euc-jp"?>

attached is the html file
Comment 1 Ken Frank 2007-06-20 03:32:35 UTC
Created attachment 44018 [details]
html file
Comment 2 Jaroslav Tulach 2007-07-11 12:51:53 UTC
#107352: Searching for <meta ... encoding=....>

y
Checking in test/unit/src/org/netbeans/modules/uihandler/Bundle_te_ST.properties;
/shared/data/ccvs/repository/logger/uihandler/test/unit/src/org/netbeans/modules/uihandler/Bundle_te_ST.properties,v  
<--  Bundle_te_ST.properties
new revision: 1.4; previous revision: 1.3
done
RCS 
file: /shared/data/ccvs/repository/logger/uihandler/test/unit/src/org/netbeans/modules/uihandler/InstallerReadPageTest.java,v
done
Checking in test/unit/src/org/netbeans/modules/uihandler/InstallerReadPageTest.java;
/shared/data/ccvs/repository/logger/uihandler/test/unit/src/org/netbeans/modules/uihandler/InstallerReadPageTest.java,v  
<--  InstallerReadPageTest.java
initial revision: 1.1
done
Checking in src/org/netbeans/modules/uihandler/Installer.java;
/shared/data/ccvs/repository/logger/uihandler/src/org/netbeans/modules/uihandler/Installer.java,v  <--  Installer.java
new revision: 1.74; previous revision: 1.73



Now it should be enough to use the same document as 
http://www.netbeans.org/nonav/issues/showattachment.cgi/44018/index2_ja.html
but without the first line - the encoding will be taken from the <meta> tag.

Comment 3 Ken Frank 2007-09-30 03:29:41 UTC
dont see this window anymore since now its the report exceptions that is in nb6.

ken.frank@sun.com