elharo commented on PR #174:
URL: https://github.com/apache/maven-release/pull/174#issuecomment-1471973774

   Yes, there is. The current code gets in trouble if pom.xml encoding is 
incompatible with the system encoding. E.g. one is UTF-16 and one is UTF-8, or 
one is ISO-8859-1 and one is ISO-8859-1 when non-ASCII characters are used. The 
new code lets the XML parser detect the encoding so it will determine how the 
pom.xml is actually encoded instead of assuming it's the same as the system 
encoding.  


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

Reply via email to