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

Summary: I18N - welcome window shows xml tag
Product: ide Reporter: Ken Frank <kfrank>
Component: LoggerAssignee: Jaroslav Tulach <jtulach>
Status: VERIFIED FIXED    
Severity: blocker Keywords: I18N
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: html file

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