Pangram: Diacritics and ligatures#1318
Conversation
What about checking if it can handle diacritics and ligatures ? (é è ç œ ß …) That could seem secondary, but that is a must for lot of languages that use more characters than the plain ASCII (French, Deutsch, Spanish, …) What do you think ?
|
In similar vein, we used to have test with umlaut, and a test with Cyrillic. They were removed in #440 because #428. Same situation or different situation? Please prefix PR title and commit message with exercise being affected, so it is possible to tell at a glance from |
|
Oh that is strictly the same situation than in #428 … In fact we can suggest this to students while mentoring their solutions, if we feel that is valuable, |
Good question. I don't know what the standard is, but
|
What about checking if it can handle diacritics and ligatures ? (é è ç œ ß …)
That could seem secondary, but that is a must for lot of languages that use more characters than the plain ASCII (French, Deutsch, Spanish, …)
What do you think ?