Hello,
Tuesday, December 16, 2003, 8:06:23 PM, you wrote:
PS> There's no problem with it other than treating the font as Cp1251.
PS> In java everything is Unicode but you're using latin characters that
PS> translate to russian characters by the font special
PS> character positions. If you want it to work as-is (not recommended) do:
PS> String s = "some russian text";
PS> byte b[] = s.getBytes("Cp1251");
PS> String latin = new String(b, "Cp1252");
PS> form.setField("ruvalue", latin);
this way doesn't work for me too. Now result is the pdf file with
many question-marks instead of cyrilic characters.
And how you recommend to put russian text to TextBox fields?
Thank you.
--
Best regards,
Algirdas mailto:[EMAIL PROTECTED]
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions