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 90661

Summary: German Umlaut not working with 'Find' when searching JSP files
Product: utilities Reporter: tomzi <tomzi>
Component: SearchAssignee: Marian Petras <mpetras>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description tomzi 2006-12-06 13:52:05 UTC
Finding a expressions with umlauts (öäüß) is not working in the
Projects/Files/Favourites view.

Try it out
.) Create e.g. a Web-Project
.) Create a jsp file
.) Type anywhere 'äüöß' and save the file
.) Click on the parent folder and CTRL-F. Type e.g. 'ä' as a text to search for
and click 'Search'
-> Nothing is found
.) However if you try to find an umlaut within the page (Click in page and
CTRL-F) it works.

This is actually realllly annoying since I wanted to convert all the umlauts in
the project (several hundred file) with their correspondend html entities, but I
gave up since this does not seem to work in netbeans.... yet :)
Comment 1 Marian Petras 2007-01-15 14:33:37 UTC
Confirmed, accepted.

There is no API for obtaining information about encoding of individual files but
there should be one in NB 6.0 (see issue #42638). Once the new API is available,
I will use it so this bug should be fixed then.
Comment 2 Marian Petras 2007-01-16 07:20:32 UTC
This issue is a duplicate of bug #71197.

*** This issue has been marked as a duplicate of 71197 ***