iOS Swift PDFDocument, Turkish Characters Broken Export -
problem: pdf export string broken turkish chars.
sample.pdf // orijinal content “ İzmir, çanakkale, kaş, ırmak, bağlıca, çin”
example;
let document = pdfdocument.init("sample.pdf") print(document?.string) // output : zmir anakkale kaş, rmak, b alıca, çin
but, pdf’s (document?.string), show chars (ı,ç,ü,ö,ğ,İ,ş), other pdf’s not show turkish char.
how solve problem complex? i've been working months :/ grateful if me.
thanks, mr.ensar.
ios developer
Comments
Post a Comment