diff --git a/API-Unicode.md b/API-Unicode.md index fced85f..e17c99e 100644 --- a/API-Unicode.md +++ b/API-Unicode.md @@ -1,3 +1,10 @@ +[![](http://i.imgur.com/GKcszRV.png)](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.