-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle character encoding when a proc is used as the response body
In the web server. This means that characters not representable in ISO-8859-1 won't get transformed to a ?, if the charset is set to something that supports them, e.g. utf8.
- Loading branch information
Christopher Baines
committed
Feb 8, 2025
1 parent
96cd1f4
commit f58b933
Showing
2 changed files
with
43 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters