Expected: 16th character in 30th row of assets/minecraft/textures/font/accented.png maps to U+00B8 cedilla.
Actual: 16th character in 30th row of assets/minecraft/textures/font/accented.png maps to U+0327 combining cedilla.
Attachments
Comments 2
I have attached a screenshot. In the screenshot, I have typed the text "U+0327: ̧" and "U+00B8: ¸" in the chat. The Unicode character U+0327 (Combining Cedilla) visually appears to be a cedilla, which is Unicode character U+00B8. The bitmap font provider does not include the U+00B8 character despite including all the other characters in the Latin-1 Supplement block, and includes the U+0327 character (visually appearing as U+00B8) despite not including any other characters in the Combining Diacritical Marks block. This leads me to believe this is an error in assets/minecraft/font/default.json in the accented.png provider.
Hey there!
Please could you provide some screenshots or recordings of this issue occurring whilst the F3 Debug Screen is enabled. This would help myself, along with others, determine what the problem is. Thanks!