cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

Bug 175900 - [68cat] I18N : need to give encoding information to javafxdoc
: [68cat] I18N : need to give encoding information to javafxdoc
Status: VERIFIED FIXED
: javafx
-- Other --
: 6.8
: PC Windows XP
: P2 (vote)
: 6.8
Assigned To:
:
:
: JA_COMMUNITY
: I18N
:
:
  Show dependency treegraph
 
Reported: 2009-11-02 08:38 by
Modified: 2009-11-09 21:36 (History)
Issue Type: DEFECT
:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2009-11-02 08:38:19
[ 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 From 2009-11-09 03:40:41 -------
fixed http://hg.netbeans.org/javafx/rev/d254000ce0cd
------- Comment #2 From 2009-11-09 21:36:34 -------
verified on build 200911091156.

Thank you!