Re: [Lazarus] UTF8 string handling problem under linux

2013-08-11 Thread Xiangrong Fang
btw, the problem occur if the input string is CJK. 2013/8/11 Xiangrong Fang > Hi All, > > I have the following program: > > === > procedure TForm1.Button1Click(Sender: TObject); > begin > if sd.Execute then begin > if r.OpenKey('

Re: [Lazarus] Pascal Script and Lazarus/Free Pascal

2013-08-11 Thread silvioprog
2013/8/9 silvioprog > 2013/8/8 Carlo Kok > [...] > >> I'd rather get some pull requests for the original ones so I can get this >> integrated in the main repository. >> -- >> Carlo Kok >> RemObjects Software >> > > Very nice. > > I think that it could've two packages, a runtime and a designetime

Re: [Lazarus] UTF8 string handling problem under linux

2013-08-11 Thread Mattias Gaertner
On Sun, 11 Aug 2013 11:17:16 +0800 Xiangrong Fang wrote: > Hi All, > > I have the following program: > > === > procedure TForm1.Button1Click(Sender: TObject); > begin > if sd.Execute then begin > if r.OpenKey('test_utf8', True) t

[Lazarus] Linux screen-saver written with Lazarus?

2013-08-11 Thread David Taylor
[First post, so I hope this is the right newsgroup] I have searched for information about and a source code example of a screen-saver for Linux written in fpc/Lazarus, but without success. Is this possible? Could someone please provide a source-code example? I'm not after anything complicat