Hi, when I write something in unicode in the source code and save the file it becomes 0 bytes. I don't know it's CodeBlocks or Scintilla bug, here is the string which contains unicde letters, when I delete these 3 letters everything goes well, when I write even one such letter and try to save the *.cpp file it becomes 0 bytes length... Thank you.
_tprintf(_T("%s"), _T("Այո"));