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 39268 - Non ISO8859_1 broken
Summary: Non ISO8859_1 broken
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC All
: P1 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-27 09:52 UTC by Petr Suchomel
Modified: 2008-12-22 19:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Proposed patch (1.11 KB, patch)
2004-01-27 09:54 UTC, Petr Suchomel
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Suchomel 2004-01-27 09:52:23 UTC
Using org.netbeans.spi.settings.Convertor spi
causes problem, when some other encodings are used
for setting. Problem is caused that the Reader in
     public abstract Object read (java.io.Reader
r) throws java.io.IOException, ClassNotFoundException;
gets reader in ISO8859_1 encoding. The stream has
to be in opened UTF-8 encoding to allow support
over differen languages.
Comment 1 Petr Suchomel 2004-01-27 09:54:04 UTC
Created attachment 13086 [details]
Proposed patch
Comment 2 David Simonek 2004-01-27 11:00:23 UTC
Passing to Radek to review the patch. Petr, could you justify the high
priority of the bug? - P1 means that we have to integrate fix to 3.6
beta new week, so I'm trying assure that I understand severity of the
bug correctly. Thanks.
Comment 3 rmatous 2004-01-27 13:25:08 UTC
Definitely agree. Fixed in trunk.

/cvs/core/settings/src/org/netbeans/modules/settings/InstanceProvider.java
new revision: 1.9; previous revision: 1.8
Comment 4 Petr Suchomel 2004-01-28 16:01:09 UTC
Primary, this is critical for us, to get this issue fixed in NB 3.5.1
together with 3.6. This may cause serious problems, when somebody from
ML edition uses new mobility modules. Probably not problem if not in
3.6 beta, but should go to FCS. The same, should go to 3.5.1
Comment 5 Lukas Hasik 2004-02-26 14:48:31 UTC
verified...