8

I am using kdiff3 with TortoiseHg. When merging file in utf-8 encoding, kdiff3 show all non-latin text like

"склад".

How I can fix this?

Andrew G
  • 817
  • 1
  • 9
  • 13

1 Answers1

20

In Kdiff3

Main menu: Settings - Configure Kdiff3 - Regional settings tab

Select "Unicode, 8 bit" in case of UTF8 without BOM or enable "Auto detect Unicode" in case of UTF8-BOM

enter image description here

Lazy Badger
  • 94,711
  • 9
  • 78
  • 110