I've created a custom YAML file type that processes some strings with HTML content with the HTML 5 embedded content processor.
I'd like to force Studio to output accented characters such ä as ä for a legacy app that requires them.
However, the HTML5 > Entities options seem to control only the entity conversion upon reading files.
Is it possible to force Studio to output HTML entities when generating target files or will I need to write a post-processing script that converts all non-ASCII characters to HTML entities?
