Improve documentation regarding encoding in FreeMarker support

This commit also introduces integration tests to test the status quo
regarding encoding.

Closes gh-33071
This commit is contained in:
Sam Brannen
2024-06-23 17:43:50 +02:00
parent 5d6e143ff4
commit d133ab60ee
17 changed files with 687 additions and 286 deletions

View File

@@ -1 +1 @@
<html><body>${hello}</body></html>
<html><body>${hello}, Java Café</body></html>

View File

@@ -1 +1 @@
html { body(hello) }
html { body(hello + ", Java Café") }