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 72627 - german umlaute don't work
Summary: german umlaute don't work
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker with 1 vote (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-13 20:46 UTC by zuhans
Modified: 2008-10-21 09:56 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 zuhans 2006-02-13 20:46:12 UTC
hello,

at first: i like what has been done so far to have subversion-support in
netbeans. i work with it now for several weeks and i am content.

but: german umlaute don' work: 
here is an example (commit with some infos into the log):

svn: ?\195?\156bertragen fehlgeschlagen (Details folgen):
svn: Auf sichere Daten 'f' folgte ein nicht-ASCII Byte 252, das nicht von/nach
UTF-8 konvertiert werden konnte

as you see:
1. the messages of the program aren't correct (here german umlaut ü/ue).
2. if i use german umlaute in the log-text, the program doesn't succeed.

but: i want to use german umlaute...

greetings
hans horwath
salzburg
Comment 1 konz 2006-03-20 10:21:03 UTC
On Mac OS X 10.4.5, NB 5.0, Java 1.5.0_05, Subversion 1.2.3 I'm also experiencing this bug.
Comment 2 jahoomax 2008-01-17 14:14:04 UTC
Especially the ö (HTML-coding: ö) is causing some trouble.
I have problems with ö in Java comments as well as everywhere in Ruby (comments, strings or regular expressions).

But nevertheless I really like NetBeans 6.0 so far. Great work!
Comment 3 jahoomax 2008-01-17 14:16:10 UTC
Sorry, forgot to mentions this: system is Ubuntu 7.10 running on an Intel Core 2 Duo notebook (Dell Inspiron 7400).
Comment 4 eino 2008-08-07 08:51:32 UTC
When using Word "Käyttäjä" as Actor SVN failed on MacOS

---------------
Also when using Text like "Käsittelee" in diagrams in Mac OS X , it can be submitted to SVN.
When checking out in Windows XP  this word was "K(something)sittelee" - it means that file format is corrupted.
It does not handle Unicode right between Mac OS / Windows?
Comment 5 michbaumgartner 2008-10-21 09:56:50 UTC
This is not a Bug, this is a featuere in NetBeans 6.1!
It is possible to set any encoding for the whole project or for a single file but the standard-setting is utf8.
To change the settings for project-level:
see NetBeans help > Configuring the IDE > About Project Encodings:
1) Right-click the project node in the Projects window and choose Properties.
2) In the left column under Categories, select Sources.
3) In the Encoding drop-down list, select the character encoding that you want to be applied to the project. Click OK. 
The new encoding is applied to the project you are working in.
---
For File
If you dont know what encoding is right for you see:
http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html
For German setting is ISO-8859-1, "Latin Alphabet No. 1" the right setting.
Further see: NetBeans help > Basic File Features > About File Encodings