You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/03/21 16:01:45 UTC

[GitHub] [netbeans] dlavor opened a new issue #3825: properties files with unicode escapes are converted to lowercase

dlavor opened a new issue #3825:
URL: https://github.com/apache/netbeans/issues/3825


   ### Apache NetBeans version
   
   Apache NetBeans 13
   
   ### What happened
   
   when saving properties with unicode escapes, they are all converted to lowercase. it is very old issue (https://bz.apache.org/netbeans/show_bug.cgi?id=239513), please fix it since it makes huge mess in git
   
   ### How to reproduce
   
   open any .properties file with uppercase unicode escapes e.g.
   
   date.yesterday=v\u010Dera
   
   and save it. the property value gets converted to:
   
   date.yesterday=v\u010dera
   
   ### Did this work correctly in an earlier version?
   
   No
   
   ### Operating System
   
   Microsoft Windows [Version 10.0.19044.1586]
   
   ### JDK
   
   Java(TM) SE Runtime Environment 11.0.11+9-LTS-194
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
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


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

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on issue #3825:
URL: https://github.com/apache/netbeans/issues/3825#issuecomment-1075670935


   For anyone interested the encoding part is handled in `org.netbeans.modules.properties.PropertiesEncoding`  ([`ide/properties/src/org/netbeans/modules/properties/PropertiesEncoding.java](https://github.com/apache/netbeans/blob/master/ide/properties/src/org/netbeans/modules/properties/PropertiesEncoding.java))


-- 
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


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

Posted by GitBox <gi...@apache.org>.
mbien commented on issue #3825:
URL: https://github.com/apache/netbeans/issues/3825#issuecomment-1074230688


   contribution welcome, this looks like something which could potentially be a good first 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: 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