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

Changed the Charset from WebUtils.DEFAULT_CHARACTER_ENCODING to Charset.defaultCharset() to support UTF-8 #657

Closed chsraju closed 3 years ago

chsraju commented 3 years ago

Currently this is not supporting the special characters as the default encoding is ISO-8859-1. Changed the default charset from WebUtils.DEFAULT_CHARACTER_ENCODING to Charset.defaultCharset() to include support for UTF-8.

pivotal-issuemaster commented 3 years ago

@chsraju Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-issuemaster commented 3 years ago

@chsraju Thank you for signing the Contributor License Agreement!

chsraju commented 3 years ago

Mater is not in compile state