I have this small code which when run on android the text is rendered as boxes and not the actual content. In my device the bengali is not even rendered in the browsers. It shows boxes everywhere.
TextView tv = new TextView(this);
tv.setText("Hello, চন্দন");
setContentView(tv);
Can I some how programmatically know if bengali will render correctly or not?