You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Marco Herrn (JIRA)" <ji...@apache.org> on 2018/09/04 14:39:00 UTC

[jira] [Created] (NETBEANS-1213) Please support localization bundles in UTF-8

Marco Herrn created NETBEANS-1213:
-------------------------------------

             Summary: Please support localization bundles in UTF-8
                 Key: NETBEANS-1213
                 URL: https://issues.apache.org/jira/browse/NETBEANS-1213
             Project: NetBeans
          Issue Type: Improvement
    Affects Versions: 9.0
            Reporter: Marco Herrn


Since Java 9 java i18n resource bundles can (finally) be encoded in UTF-8.
Editing these with netbeans 9 doesn't work however.

When editing a resource bundle with netbeans it always creates a file with unicode escape sequences (e.g. \u00fc for the german umlaut ü).

Even worse, files that are already in UTF-8 the entries are mangles in the IDE, since if interprets the characters wrong (e.g the german umlaut ü becomes ö).

UTF-8 should be the default for i18n resource bundles and unicode escape sequences supported.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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