Page 1 of 1

Strange reposition of strings wile translating source

Posted: Tue Jul 08, 2014 9:30 am
by davornik
Delphi XE5. When I translate source i get completely strange positions of text. Text is writen with č,ć,ž.. and so on. Source is saved in UTF8. For example:

begin
hMainDevice:=0;
StatusBar1.SimpleText:='USsiLang1.GetTextOrDefault('IDS_16' (* 'Device registered: False' *) ) if Form2.cbDebug.Checked then Memo1.Lines.Append(DateTimeToStr(Now)+': siLang1.GetTextOrDefault('IDS_17' (* ': Removed: ' *) )evName);
end;

Posted: Wed Jul 09, 2014 2:23 am
by isiticov
Could you please send us sample unit where this problem could be reproduced?