1

I changed culture to my, Serbian Latin, culture, so i can have characters 'Č' 'Ć'

Thread.CurrentThread.CurrentCulture = new CultureInfo("sr-SP-Latn");

Anybody knows why? Im using iTextSharp 5.1 for making pdf

  • 1
    "can have characters" where ? – Tigran May 02 '18 at 20:23
  • Perhaps you need to alter the `Thread.CurrentThread.CurrentCulture` to `Thread.CurrentThread.CurrentUICulture`? – Justin May 02 '18 at 20:27
  • Not sure it's the answer for you, but here's a link that explains it: https://stackoverflow.com/a/329041/6668786 – Justin May 02 '18 at 20:29
  • *"so i can have characters 'Č' 'Ć'"* - which characters you can use, does not depend on the culture. In itext you have to **a** use a font that includes the characters and **b** use a encoding for that font which supports them. – mkl May 03 '18 at 05:06

0 Answers0