Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Detect session encoding incapable of U+00F1 (#6567)
iconv() does not necessarily fail to convert U+00F1 to ASCII. For example, FreeBSD iconv() succeeds and returns '?' instead of the character in question. Use identical() to compare the result of the conversion back to the original (which internally converts both to UTF-8).
- Loading branch information