Re: [Lazarus] upper lower case problem

2015-05-20 Thread FreeMan
Been late sorry, Is this bug on fpc or lazarus? I mean I create issue but which section? Thank you. On 20.04.2015 20:09, Mattias Gaertner wrote: characters and language dependent differences. Decomposed characters are helping. Language dependency is a problem. Turkish is the prominent example.

Re: [Lazarus] upper lower case problem

2015-05-20 Thread Mattias Gaertner
On Wed, 20 May 2015 10:46:02 +0300 FreeMan freema...@delphiturkiye.com wrote: Been late sorry, Is this bug on fpc or lazarus? I mean I create issue but which section? Thank you. Create it first as Lazarus LCL. If the problem lies deeper we can move it. Mattias On 20.04.2015 20:09, Mattias

Re: [Lazarus] upper lower case problem

2015-04-20 Thread FreeMan
I added my test project, but you made, I saw your screenshots.yes view in are normal. If I'm not wrong that screen in linux, I'm on osx and x64 qt. Maybe problem on osx qt My lazarus svn r48779. Sorry Juha, while testing zeljko's suggestion, you wrote. In LazUTF8 UTF8Case work good for me.

Re: [Lazarus] upper lower case problem

2015-04-20 Thread FreeMan
I did all of them but result not change. You saw code label's caption, 1-) lower upper case not change chars. 2-)Upper case hide dots. This is much important, example: ÇOCUK ÖLDÜ -- showing in label ÇOCUK OLDU if translate: ÇOCUK ÖLDÜ meanCHILD DIED -- ÇOCUK OLDU meanCHILD BORN so, this is

Re: [Lazarus] upper lower case problem

2015-04-20 Thread Juha Manninen
No, I should have tested properly before replying. It works perfectly well here. I created a project and Set UTF-8 in RTL. A screenshot is attached and it looks very different from yours. You are doing something wrong. Juha -- ___ Lazarus mailing list

Re: [Lazarus] upper lower case problem

2015-04-20 Thread Juha Manninen
On Sun, Apr 19, 2015 at 7:59 PM, FreeMan freema...@delphiturkiye.com wrote: fpc r30616 lazarus r48768 yosemite x64qt One more thing: update your Lazarus trunk. Just recently r48776 improved things in Unix systems. You don't need to use cwstring explicitly any more, it is done automatically

Re: [Lazarus] upper lower case problem

2015-04-20 Thread FreeMan
On 20.04.2015 00:17, Vojtěch Čihák wrote: I just tested on Qt (Lazarus 1.5 r48755M FPC 3.1.1 x86_64-linux-qt) and works well. Isn't it wrong autosizing of TLabel on GTk2 rather than some encoding problem? There is no resize problem, I wrote, encoding problem. I wrote answer to Juha's mail,

Re: [Lazarus] upper lower case problem

2015-04-20 Thread Juha Manninen
On Mon, Apr 20, 2015 at 11:48 AM, zeljko zel...@holobit.net wrote: On 04/20/2015 10:40 AM, FreeMan wrote: There is no resize problem, I wrote, encoding problem. I wrote answer to Juha's mail, why important. TLabel ÖLDÜ painting OLDU translate to english TLabel DIED painting BORN codepage

Re: [Lazarus] upper lower case problem

2015-04-20 Thread zeljko
On 04/20/2015 10:40 AM, FreeMan wrote: On 20.04.2015 00:17, Vojtěch Čihák wrote: I just tested on Qt (Lazarus 1.5 r48755M FPC 3.1.1 x86_64-linux-qt) and works well. Isn't it wrong autosizing of TLabel on GTk2 rather than some encoding problem? There is no resize problem, I wrote, encoding

Re: [Lazarus] upper lower case problem

2015-04-20 Thread FreeMan
Thank you, LazUTF8 is solution for me. But not perfect, Upper I lower ı Upper İ lower i not correctly convert this two spells Why translation ? 'cos why much important for me, for telling good way On 20.04.2015 11:48, zeljko wrote: Why translation ? AFAIR, you used (I've deleted original post),

Re: [Lazarus] upper lower case problem

2015-04-20 Thread Mattias Gaertner
On Mon, 20 Apr 2015 12:32:27 +0300 Juha Manninen juha.mannine...@gmail.com wrote: On Mon, Apr 20, 2015 at 11:48 AM, zeljko zel...@holobit.net wrote: On 04/20/2015 10:40 AM, FreeMan wrote: There is no resize problem, I wrote, encoding problem. I wrote answer to Juha's mail, why important.

Re: [Lazarus] upper lower case problem

2015-04-20 Thread Juha Manninen
On Mon, Apr 20, 2015 at 2:06 PM, FreeMan freema...@delphiturkiye.com wrote: in Object inspector: caption property is selected(focused) if text is selected, dot not painting if text is not selected dot painting caption property is NOT selected(not focused) dots not painting. I don't

Re: [Lazarus] upper lower case problem

2015-04-19 Thread Juha Manninen
On Sun, Apr 19, 2015 at 7:59 PM, FreeMan freema...@delphiturkiye.com wrote: fpc r30616 lazarus r48768 yosemite x64qt I added test form and unit. I added screenshot 'cos in code Upper__ variable and How view in form much better then write. Upperxxxcase hide dots Is this bug in lazarus or fpc

Re: [Lazarus] upper lower case problem

2015-04-19 Thread Vojtěch Čihák
mailing list lazarus@lists.lazarus.freepascal.org Datum: 19.04.2015 23:00 Předmět: Re: [Lazarus] upper lower case problem On Sun, Apr 19, 2015 at 7:59 PM, FreeMan freema...@delphiturkiye.com freema...@delphiturkiye.com wrote: fpc r30616 lazarus r48768 yosemite x64qt I added test form and unit. I

[Lazarus] upper lower case problem

2015-04-19 Thread FreeMan
fpc r30616 lazarus r48768 yosemite x64qt I added test form and unit. I added screenshot 'cos in code Upper__ variable and How view in form much better then write. Upperxxxcase hide dots Is this bug in lazarus or fpc ? or what worng ? That spells are Turkish spells. Thank you unit Unit1;