<HTML><BODY>
In which modul are <span style="font-family: Tahoma, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">WinCPToUTF8 or CP1251ToUTF8? (</span><font face="Tahoma, sans-serif"><span style="font-size: 14px;">Error: Identifier not found "WinCPToUTF8")</span></font><br><p>I want to make my application both on Windows and Linux. In Linux can I use the same functions or have any other?  </p><p>Is SysToUtf8 works on Linux? If I use encoding UTF-8 for the fail it works.</p><p>Regards,<br>Kamen<br></p><br><br><br><br>




 >-------- Оригинално писмо --------
<br> >От: Mattias Gaertner nc-gaertnma@netcologne.de
<br> >Относно: Re: [Lazarus] Lazarus Release 1.6
<br> >До: lazarus@lists.lazarus.freepascal.org
<br> >Изпратено на: 24.02.2016 11:20
<br><br>On Wed, 24 Feb 2016 08:39:40 +0200 (EET)<br>
Kamen Ketev <<a href="javascript: internSendMess('kamenlist@abv.bg')">kamenlist@abv.bg</a>> wrote:<br>
<br>
> <br>
> "What encoding has the text file? CP1251?"<br>
> ANSI. Only this encoding worked with Lazarus 1.4. <br>
> "What function do you use for converting the strings to UTF-8?"<br>
> SysToUtf8(s) <br>
<br>
SysToUTF8 was changed, because in the majority of cases it was used for<br>
talking to the RTL.<br>
<br>
You can use WinCPToUTF8 or CP1251ToUTF8 instead.<br>
<br>
Mattias<br>
<br>
--<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="javascript: internSendMess('Lazarus@lists.lazarus.freepascal.org')">Lazarus@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
</BODY></HTML>