<div dir="ltr"><div class="gmail_quote">On Mon, Mar 12, 2012 at 3:20 PM, Omer Zak <span dir="ltr">&lt;<a href="mailto:w1@zak.co.il">w1@zak.co.il</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
If you need to use Far Eastern fonts and/or have random access for your<br>
text, use fixed size wide character encoding (16 bit or 32 bit size).<br><br></blockquote><div><br></div><div>Note that UTF-16, doesn&#39;t really offer random access, due to surrogate pairs (not all Unicode code points fits into 0..2^16). Although some implementations simply ignore this fact.</div>
<div><br></div><div>I humbly suggest you to have a look at <a href="https://github.com/elazarl/javaUnicodePitfalls">https://github.com/elazarl/javaUnicodePitfalls</a> a place I tried to capture some common language pitfalls (despite the name, not everything is unique to java).</div>
</div></div>