Open
Description
Issue #824 and PR #827 added tests to the pangram
exercise to check handling of non-ASCII characters. However, the specification for the exercise in exercises/pangram/README.md
states:
Input will not contain non-ASCII symbols.
Presumably this should be removed from the exercise specification if solutions that cannot handle non-ASCII input are going to fail.