public void CodepointToUTF8() { int byteSize = 0; string text = Raylib.CodepointToUTF8(224, ref byteSize).ToString(); Assert.Equal("à", text); }