Unicode standard
-
In the Fuze discord I remember someone posted a super helpful table of the Unicode standard values that Fuze uses. Does anyone know what that link is / is the original poster here?
-
I think you need this one
-
Access denied
-
oh.. maybe not then
-
@MikeDX unfortunately yea that one seems to be locked. From what I remember the link was to some external website, it started at 0 and just went through all the symbols and letters and all that.
I tried looking, but all the Unicode stuff I found seems to be based on a table, and it was really confusing -
Is there any documentation on which unicode standard and what sections of unicode Fuze supports?
-
@WhiskeyJack
Use the far left column of this chart. Turns out Fuze for some reason uses Ascii instead of Unicode
http://www.asciitable.com/mobile/ -
@Retrocade_media said in Unicode standard:
@WhiskeyJack
Use the far left column of this chart. Turns out Fuze for some reason uses Ascii instead of UnicodeI am pretty sure that Fuze uses UTF-8 encoding for strings.
https://en.wikipedia.org/wiki/UTF-8So it is somewhat compatible to ASCII, but it is definitely Unicode. However there are many more code points in Unicode than any normal font would support.
@pianofire posted this image showing supported characters in discord:
-
Thanks all, I've done a lot of work with unicode and I don't know what they based their implementation off of. At least that answers my question though :)