Allow encoding to be set with a Charset
in FreeMarker support
#33102
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Overview
While working on #33071, we noticed that our FreeMarker support still requires the encoding be supplied as a
String
; whereas, it would be convenient for users to be able to supply the encoding via aCharset
-- for example, via constants defined inStandardCharsets
.This applies to the FreeMarker support in
spring-context-support
,spring-webmvc
, andspring-webflux
.Related Issues
The text was updated successfully, but these errors were encountered: