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 1106 - RESOURCE_ENCODING set to Cp1250 in production builds.
Summary: RESOURCE_ENCODING set to Cp1250 in production builds.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-02-02 02:06 UTC by Jesse Glick
Modified: 2008-12-23 10:45 UTC (History)
0 users

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 Jesse Glick 1999-02-02 02:06:07 UTC
This is the Windows Eastern European character encoding, and it is being used to load various resources. (The same problem exists in pre-Gandalf versions.) Presumably you set the encoding to this so
 that you can load the _cs.properties files internally without hassle, but it is also the encoder that makes its way into the release builds. This converter is supported by the JDK and should be inclu
ded in any port, but apparently the SGI JDK does not include full I18N support (maybe?) and one person had the following message on startup on Irix (SGI port of JDK 1.1.6):

java.io.UnsupportedEncodingException
        at sun.io.ByteToCharConverter.getConverter(ByteToCharConverter.java:97)


        at java.io.InputStreamReader.<init>(InputStreamReader.java:82)
        at
com.netbeans.developer.util.NetbeansBundle.createResourceBundleFromURL(NetbeansBundle.java:319)

        at
com.netbeans.developer.util.NetbeansBundle.findBundle(NetbeansBundle.java:294)
        at
com.netbeans.developer.util.NetbeansBundle.getBundle(NetbeansBundle.java:258)
        at
com.netbeans.developer.util.NetbeansBundle.getBundle(NetbeansBundle.java:235)
        at
com.netbeans.developer.top.CoronaTopManager.<clinit>(CoronaTopManager.java:1321)
Comment 1 Marian Mirilovic 2002-04-12 14:16:01 UTC
closed