mbien commented on issue #5588:
URL: https://github.com/apache/netbeans/issues/5588#issuecomment-1453637949

   took a quick look and it might be a bit more difficult to fix since the 
implementation uses a mix of Strings and char arrays:
   
https://github.com/apache/netbeans/blob/master/ide/editor.search/src/org/netbeans/modules/editor/search/DocumentFinder.java
   
   there is also a lot of `toLowerCase/toUpperCase` usage without 
`Locale.ROOT`, so it is probably not only one place which is causing this issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to