I tried the Yamli website and chose the first one offered and it produced the exact same sequence of bytes on my macOS that you saw on Windows:
00000000: d985 d8b1 d8ad d8a8 d8a7 d98b
But I then took that file and ran NFC normalization on it and called it test_nfc.txt
And I took that file and ran NFD normalization on it, and called it test_nfd.txt.
And the results were identical byte for byte so I am not sure that accents and combining order mattered here at all as the NFD form was identical to the NFC form.
Is that what you expected?
|