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 158170 - I18N : please provide charset definition in html files
Summary: I18N : please provide charset definition in html files
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-02-09 02:13 UTC by Masaki Katakai
Modified: 2009-03-06 11:00 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2009-02-09 02:13:10 UTC
Please add these meta charset definition to maven html files. It will help localization process.
See bug 136927.

<head>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>

org/netbeans/modules/maven/newproject/EADescription.html
org/netbeans/modules/maven/newproject/EjbDescription.html
org/netbeans/modules/maven/newproject/ExistingDescription.html
org/netbeans/modules/maven/newproject/MavenDescription.html
org/netbeans/modules/maven/newproject/WebAppDescription.html
Comment 1 Masaki Katakai 2009-02-09 02:19:54 UTC
Additional files:

org/netbeans/modules/maven/samples/descriptions/Calculator.html 
org/netbeans/modules/maven/samples/descriptions/CalculatorClient.html 
Comment 2 Milos Kleint 2009-02-09 07:48:30 UTC
to appear in b4dc78b846a0 changeset sometimes later this week (cannot push right away)
Comment 3 Quality Engineering 2009-02-18 10:24:20 UTC
Integrated into 'main-golden', will be available in build *200902180201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b4dc78b846a0
User: Milos Kleint <mkleint@netbeans.org>
Log: #158170 add encoding in header
Comment 4 Masaki Katakai 2009-03-06 11:00:05 UTC
Thank you very much! I verified in 200903040201 l10n-kit.