-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
Currently, AbstractResourceBasedMessageSource has a setDefaultEncoding() method which accepts the name of the default encoding character set.
Although we have recently made a concerted effort to introduce support for supplying a Charset instead of a character set's name, we overlooked this particular scenario.
In light of that, we should introduce setDefaultCharset(Charset) and Charset getDefaultCharset() methods in AbstractResourceBasedMessageSource and make direct use of the Charset wherever feasible.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement