Currently, I am working on a java desktop program that will generate letters in the Turkish language. I intend to generate a PDF letter with original Turkish letters in it, but somehow I keep a missing couple (not all) Turkish letters. An example letter that I am missing is ı (Turkish short i(?)).
When the code of mine generates a letter in Turkish - it deletes those Turkish letters that are not recognized. After changing encoding I was able to change those unrecognized letters into f.e 0 or 1 in .pdf letter of mine. I think I am badly stuck...
As was said before - I did try to change encoding. Still - during debugging I can see that those letters in their original look (within debug console). That confuses me only more.
Templates for letters are placed within OracleDb, and they are downloaded in perfect state.
Used PDF library is itext.