spring-attic / spring-cloud-aws

All development has moved to https://github.com/awspring/spring-cloud-aws Integration for Amazon Web Services APIs with Spring
https://awspring.io/
Apache License 2.0
590 stars 376 forks source link

Fix the issue with special characters - Changed the default charset to UTF-8 to support special characters #660

Closed chsraju closed 3 years ago

chsraju commented 3 years ago

Changed the default charset to UTF-8 to support special characters

chsraju commented 3 years ago

This is to address the below reported issue https://github.com/spring-cloud/spring-cloud-aws/issues/645#issue-683832969

maciejwalkowiak commented 3 years ago

Thanks @chsraju for contribution! Is it possible to also add a test that verifies this change?