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 55570 - I18N - Turkish Locale problems still continue with jdk1.5.0
Summary: I18N - Turkish Locale problems still continue with jdk1.5.0
Status: CLOSED INVALID
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Project (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL: http://bugs.sun.com/bugdatabase/view_...
Keywords: I18N, RELNOTE
: 58852 73563 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-02-26 14:47 UTC by bagcilar
Modified: 2006-10-12 09:27 UTC (History)
5 users (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 bagcilar 2005-02-26 14:47:17 UTC
We are using netbeans for developing projects..
but netbeans 4.0 and 4.1 with jdk1.5.0; don't
working when set Microsoft XP localization to
Turkish locale. If change XP Locale to English, no
problem.. 

But we have to use Turkish locale with development
enviroment..

Now we are thinking to turn eclipse if netbeans
team can't correct this problem... We love
netbeans and using it from 3.5 version.. But this
  localization problems, be worried us...

Regards..
Comment 1 Marian Petras 2005-03-07 14:18:56 UTC
Could you please specify the problems that continue, please? Thank you.
Comment 2 Roman Strobl 2005-03-10 16:24:47 UTC
Can you please let us know what exactly doesn't work? Do you get any kind of
error messages or exceptions? Or are you not able to type in editor? Or any
other issues? Thanks.
Comment 3 Roman Strobl 2005-03-11 09:59:10 UTC
I was able to reproduce the issue on JDS with daily builds. Quoting Selim's reply:

Please try this and you'll see problems..

install JDK1.5

With Microsoft XP try this:
    Control Panel->Regional and Language Options
         Click "Regional Options" Tab
        set "Standart and formats" to Turkish
               set "Location" to Turkey
         Click "Advanced" Tab
               set "Language for non-Unicode programs" to Turkish

     and start netbeans 4     Try to File->New Project->
        Categories: General
        Projects: Java Application
      click Next
      click Finish
        You'll see this message-> *
        java.xml.transform.TransformerConfigurationException: Coult not compile
stylesheet*
      and Finish button disabled.

With Linux (Fedora Core 3, jdk 1.5.0_1)
    
    a. installation problem

        open terminal window
        convert locale to turkish...

        $ export LC_ALL="tr_TR"
        $ ./netbeans-4_0-bin-linux.bin
        .......
        An unhandled error occured -- specify system property "is.debug" for
more information.

        error message diplayed and installation halted.

    b. new project problem:

           install netbeans with us locale               and use jdk1.5.0 or
jdk1.5.0_1
              open terminal try this:

              $ export LC_ALL="tr_TR"

           start netbeans

              $ ./bin/netbeans                             Try to File->New
Project->
Categories: General
Projects: Java Application
        click Next
        click Finish
You'll see this message->
* java.xml.transform.TransformerConfigurationException: Coult not compile stylesheet

* and Finish button disabled.   
           
Perharps these error's occurs  from 'i' character, which in turkish locale 'i'
uppercase is 'İ' (dec:221 hex:DD). 
Comment 4 Roman Strobl 2005-03-11 10:01:43 UTC
There are two issues - one with installer and second in NetBeans projects.
Reassigning to installer->code first for evaluation.
Comment 5 mslama 2005-03-15 12:52:43 UTC
Problem with installer is known. It is Install Shield problem. See issue #52012
for more details. If there are 2 problems file 2 issues. Please process this
issue accordingly. Otherwise I will close this issue as duplicate of #52012.
Comment 6 mslama 2005-03-15 13:10:23 UTC
I evaluated this. Reassigning to projects.
Comment 7 Jesse Glick 2005-03-15 17:55:31 UTC
In fact *any* use of XSLT on JDK 1.5 in tr_TR seems to fail. I will file a JDK bug.
Comment 8 Jesse Glick 2005-03-15 18:55:43 UTC
Filed as JDK #6240963. Regression in JDK 5.0 due to use of XSLTC, which has a
bug affecting only Turkish, for the (by now) well-known reason of abusing
String.toLower/UpperCase().

Docs: may wish to mention that NB 4.x will be unusable in JDK 5.0 or later until
this bug is fixed. Workaround is simple enough: run IDE in English locale. (You
should not need to change the locale for your whole computer: just add "-locale
en_US" to netbeans.conf and it should work.)
Comment 9 Jesse Glick 2005-05-16 17:44:34 UTC
*** Issue 58852 has been marked as a duplicate of this issue. ***
Comment 10 Jesse Glick 2006-06-26 17:23:40 UTC
*** Issue 73563 has been marked as a duplicate of this issue. ***
Comment 11 Marian Mirilovic 2006-10-12 09:27:36 UTC
verified closed