You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "jostle (via GitHub)" <gi...@apache.org> on 2023/01/30 11:49:10 UTC

[GitHub] [netbeans] jostle commented on issue #3825: unicode escapes in property files are converted to lowercase

jostle commented on issue #3825:
URL: https://github.com/apache/netbeans/issues/3825#issuecomment-1408481631

   I've had a look at the code for this and I don't see a way to achieve what you are asking.
   When the string "v\u010Dera" is read and decoded it is converted to the string "včera".
   At some later stage, when the property file is written the character 'č' is encoded as "\u010d".
   The encoder only ever uses lower-case hex letters and there is no way for it to know that the value was originally written in upper-case.
   Maybe a configuration option, as suggested in the old bug report is the way to go but I haven't looked at that option (yet).


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

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