mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-08 23:06:58 -04:00
Updated API Unicode (markdown)
parent
5b0645d798
commit
440146dffc
@ -1,3 +1,10 @@
|
||||
[](http://ocdoc.cil.li/)
|
||||
|
||||
For those that don't like images: the wiki has moved to a new place, http://ocdoc.cil.li/.
|
||||
*This wiki will no longer be updated.*
|
||||
|
||||
****
|
||||
|
||||
Because all strings pass through Java at some point it can be useful to handle them with Unicode support (since Java's internal string representation is UTF-8 encoded). In particular, screens display UTF-8 strings, meaning the related GPU functions expect UTF-8 strings. Also, keyboard input will generally be UTF-8 encoded, especially the clipboard.
|
||||
|
||||
However, keep in mind that only a subset of UTF-8 can actually be displayed on screens. Specifically all glyphs defined in [code page 437](http://en.wikipedia.org/wiki/Code_page_437) are supported.
|
||||
|
Loading…
x
Reference in New Issue
Block a user