Ejemplo n.º 1
0
        public void CodepointToUTF8()
        {
            int    byteSize = 0;
            string text     = Raylib.CodepointToUTF8(224, ref byteSize).ToString();

            Assert.Equal("à", text);
        }