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 175900 - [68cat] I18N : need to give encoding information to javafxdoc
Summary: [68cat] I18N : need to give encoding information to javafxdoc
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-11-02 08:38 UTC by Masaki Katakai
Modified: 2009-11-09 21:36 UTC (History)
1 user (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 Masaki Katakai 2009-11-02 08:38:19 UTC
[ JDK VERSION : 1.6.* ]

IDE : NetBeans 6.8 Beta

It seems that NetBeans does not tell source encoding e.g. UTF-8 to javafxdoc. If source encoding of the project is set
to UTF-8 but platform encoding is different (e.g. Shift_JIS - Japanese Windows), javafxdoc fails because it can not
parse multibyte by using correct encoding.

Please give the encoding information to javafxdoc like we did it for javafxc(javafxpackager). These commands need such
encoding information.
Comment 1 Adam Sotona 2009-11-09 03:40:41 UTC
fixed http://hg.netbeans.org/javafx/rev/d254000ce0cd
Comment 2 Masaki Katakai 2009-11-09 21:36:34 UTC
verified on build 200911091156.

Thank you!