Talk:Z10614
Test case might not actually have un-normalized input
I downloaded the raw JSON for the test case (https://www.wikifunctions.org/w/api.php?action=query&format=json&list=wikilambdaload_zobjects&wikilambdaload_zids=Z10614), and the result has both the input and output as "R\u00e9sum\u00e9": that is, the input does not use the combining character as the documentation would suggest. I attempted to edit this, but while my browser correctly submitted un-normalized input, the server normalized it; the backend reported the warning 'The value passed for "zobject" contains invalid or non-normalized data. Textual data should be valid, NFC-normalized Unicode without C0 control characters other than HT (\\t), LF (\\n), and CR (\\r).'. Based on this, I think it is not possible to have a proper test case that contains non-normalized input due to Wiki software limitations. nneonneo talk 21:21, 6 December 2023 (UTC)