I am translating YML files using the YAML Parser (18.0.178.0)
After translation and generating the target files, I am told by our development team that in certain circumstances, the generated YML files contain incorrect syntax.
Specifically, for value / pair entries where the value part starts with '%'.
My test English file has this content:
The German generated translated file contains this:
In the generated German file, "test3" key is not formatted quoted correctly when generated.
This page seems to confirm what our developers say.
Search in the page for "there are a number of characters that are special (or reserved) and cannot be used as the first character of an unquoted"
