Validation checked for length and inadvertently added a check against the encoding of the output. I noticed this when I had output which included an unescaped mdash.
This commit will change this to look at the size of the variable and not force any form of encoding.
Validation checked for length and inadvertently added a check against the encoding of the output. I noticed this when I had output which included an unescaped mdash.
This commit will change this to look at the size of the variable and not force any form of encoding.