#29895

> it generates, “ನೀವೕ ಹೇಗಿದೕದೀರಿ”

Usually that type of visual garbage is caused by an attempt to render UTF-8 document (2 bytes per CJK glyph) with a wrongly applied (default?) single byte encoding i.e. ISO 8859-1.

Try to explicitly define UTF-8 in the document or pass the default encoding via JVM command-line params -Dfile.encoding=UTF-8