I'm enjoying digging into the lists of non-ASCII and troublesome characters. I think it could be useful to show an aggregate of the characters that appear in a report, and how often they appear. For example:
characters outside of ASCII range: '0xc9, LATIN CAPITAL LETTER E WITH ACUTE: É' (248)
characters outside of ASCII range: '0xf028, None: ' (4)
non-recommended character: '0x5b, LEFT SQUARE BRACKET: [' (1474)
It could be useful so that during appraisal, if I know that latin letters with acutes are supported within the repository, but perhaps bullets or other characters are not, then it would speed up the process of identifying problematic characters.
I'm enjoying digging into the lists of non-ASCII and troublesome characters. I think it could be useful to show an aggregate of the characters that appear in a report, and how often they appear. For example:
It could be useful so that during appraisal, if I know that latin letters with acutes are supported within the repository, but perhaps bullets or other characters are not, then it would speed up the process of identifying problematic characters.