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

Change the default charset to UTF-8 to support Special Characters #659

Closed chsraju closed 3 years ago

chsraju commented 3 years ago

Charset.forName(WebUtils.DEFAULT_CHARACTER_ENCODING) to Charset.defaultCharset() to support special characters using UTF-8

chsraju commented 3 years ago

resubmitting the push request