Re: [Lazarus] Utf8Tosys and SysToUtf8

2017-12-21 Thread Kamen Ketev via Lazarus

I also use Utf8Length. This is not in the list of features. Which function 
should I use instead? 
Regards,
Kamen
 








 > Оригинално писмо 

 >От: Juha Manninen via Lazarus lazarus@lists.lazarus-ide.org

 >Относно: Re: [Lazarus] Utf8Tosys and SysToUtf8

 >До: Lazarus mailing list  

 >Изпратено на: 21.12.2017 13:42


On Thu, Dec 21, 2017 at 1:31 PM, Mattias Gaertner via Lazarus

 lazarus@lists.lazarus-ide.org > wrote:

> On Thu, 21 Dec 2017 13:18:07 +0200 (EET)

> Kamen Ketev via Lazarus  lazarus@lists.lazarus-ide.org > wrote:

>>  Hello!  My project was compiled without any problem with Lazarus 1.6.4, but 
>> Lazarus 1.8 can not find the declaration of Utf8ToSys

>> and SysToUtf8. Would you say in which module are they in Lazarus 1.8?

>

> LazUTF8



Yes but they are not needed if you use the default Unicode support in Lazarus.

See:

  
http://wiki.lazarus.freepascal.org/Unicode_Support_in_Lazarus#Coming_from_older_Lazarus_.2B_LCL_versions
 



Juha

-- 

___

Lazarus mailing list

 Lazarus@lists.lazarus-ide.org 

 https://lists.lazarus-ide.org/listinfo/lazarus 

-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Utf8Tosys and SysToUtf8

2017-12-21 Thread Kamen Ketev via Lazarus

The program is being compiled and started, but my Cyrillic text in over 100 
files in text DB comes out with ? - ??? How can I fix the problem? 
Regards,
Kamen
 








 > Оригинално писмо 

 >От: Mattias Gaertner via Lazarus lazarus@lists.lazarus-ide.org

 >Относно: Re: [Lazarus] Utf8Tosys and SysToUtf8

 >До: lazarus@lists.lazarus-ide.org

 >Изпратено на: 21.12.2017 13:31


On Thu, 21 Dec 2017 13:18:07 +0200 (EET)

Kamen Ketev via Lazarus  lazarus@lists.lazarus-ide.org > wrote:



>  Hello!  My project was compiled without any problem with Lazarus 1.6.4, but 
> Lazarus 1.8 can not find the declaration of Utf8ToSys

> and SysToUtf8. Would you say in which module are they in Lazarus 1.8? 



LazUTF8



Mattias

-- 

___

Lazarus mailing list

 Lazarus@lists.lazarus-ide.org 

 https://lists.lazarus-ide.org/listinfo/lazarus 

-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Utf8Tosys and SysToUtf8

2017-12-21 Thread Kamen Ketev via Lazarus

Thanks! Now it works. 
Regards,
Kamen
 








 > Оригинално писмо 

 >От: Mattias Gaertner via Lazarus lazarus@lists.lazarus-ide.org

 >Относно: Re: [Lazarus] Utf8Tosys and SysToUtf8

 >До: lazarus@lists.lazarus-ide.org

 >Изпратено на: 21.12.2017 13:31


On Thu, 21 Dec 2017 13:18:07 +0200 (EET)

Kamen Ketev via Lazarus  lazarus@lists.lazarus-ide.org > wrote:



>  Hello!  My project was compiled without any problem with Lazarus 1.6.4, but 
> Lazarus 1.8 can not find the declaration of Utf8ToSys

> and SysToUtf8. Would you say in which module are they in Lazarus 1.8? 



LazUTF8



Mattias

-- 

___

Lazarus mailing list

 Lazarus@lists.lazarus-ide.org 

 https://lists.lazarus-ide.org/listinfo/lazarus 

-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Utf8Tosys and SysToUtf8

2017-12-21 Thread Juha Manninen via Lazarus
On Thu, Dec 21, 2017 at 1:31 PM, Mattias Gaertner via Lazarus
 wrote:
> On Thu, 21 Dec 2017 13:18:07 +0200 (EET)
> Kamen Ketev via Lazarus  wrote:
>>  Hello!  My project was compiled without any problem with Lazarus 1.6.4, but 
>> Lazarus 1.8 can not find the declaration of Utf8ToSys
>> and SysToUtf8. Would you say in which module are they in Lazarus 1.8?
>
> LazUTF8

Yes but they are not needed if you use the default Unicode support in Lazarus.
See:
 
http://wiki.lazarus.freepascal.org/Unicode_Support_in_Lazarus#Coming_from_older_Lazarus_.2B_LCL_versions

Juha
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Utf8Tosys and SysToUtf8

2017-12-21 Thread Mattias Gaertner via Lazarus
On Thu, 21 Dec 2017 13:18:07 +0200 (EET)
Kamen Ketev via Lazarus  wrote:

>  Hello!  My project was compiled without any problem with Lazarus 1.6.4, but 
> Lazarus 1.8 can not find the declaration of Utf8ToSys
> and SysToUtf8. Would you say in which module are they in Lazarus 1.8? 

LazUTF8

Mattias
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] Utf8Tosys and SysToUtf8

2017-12-21 Thread Kamen Ketev via Lazarus
 Hello!  My project was compiled without any problem with Lazarus 1.6.4, but 
Lazarus 1.8 can not find the declaration of Utf8ToSys
and SysToUtf8. Would you say in which module are they in Lazarus 1.8? 

 
Regards,
Kamen
 -- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] ButtonPanel uses not same back color as Form uses

2017-12-21 Thread zeljko via Lazarus

On 12/21/2017 08:11 AM, Alexey via Lazarus wrote:

This is on Ubuntu 17.10, default theme, gtk2. Pucture, buttonpanel below.


Let me power on my crystal ball to see what lazarus version is there
Maybe this one hits you: https://bugs.freepascal.org/view.php?id=32779
So, if you are at lazarus trunk >= 56684 then try to change default (as 
in patch at that issue) from clBackground to clForm and then see if that 
helps.


zeljko
--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus