[Lazarus] DOS charset to UTF-8

2009-10-19 Thread Graeme Geldenhuys
Hi, How to I convert a file that contains text in the DOS charset to UTF-8. I need this to work under Linux and Windows. The DOS charset characters used, are for box drawing and arrows. They currently appear on my system (Linux) as follows: ÄÄÄstatementÄÄÄ -- Regards, - Graeme -

Re: [Lazarus] FPC 2.5.1 has new language modifiers added

2009-10-19 Thread Graeme Geldenhuys
On 19/10/2009, Paul Ishenin i...@kmiac.ru wrote: I have already done this as well as added support to the codetools. Thanks Paul. -- Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/

Re: [Lazarus] DOS charset to UTF-8

2009-10-19 Thread Graeme Geldenhuys
On 19/10/2009, Graeme Geldenhuys graemeg.li...@gmail.com wrote: Hi, How to I convert a file that contains text in the DOS charset to UTF-8. I need this to work under Linux and Windows. The DOS charset characters used, are for box drawing and arrows. They currently appear on my system

Re: [Lazarus] Is there a way to NOT use a transaction in sqldb ?

2009-10-19 Thread Luca Olivetti
En/na Alexsander Rosa ha escrit: So your suggestion is to ditch sqldb and switch to zeosdbo instead of try to fix sqldb?// No, mine was just an observation. I'd much prefer to use sqldb, since it's included with lazarus and designed with fpc in mind, instead of an external package. Maybe

Re: [Lazarus] 'no resources' on new project

2009-10-19 Thread Vincent Snijders
Stijn Sanders schreef: I did, and that works. Should I post an issue somewhere about it? I've had a look around and found this one: http://sourceware.org/bugzilla/show_bug.cgi?id=4933 You would have to find out, where the issue is: fpc calling windres incorrectly (fpc issue), or windres

Re: [Lazarus] working solution for Lazarus: connection to a remote PC via Lazarus

2009-10-19 Thread Cubic
sethdgrover at gmail.com wrote: Hi guys. Many thanks your answers. If you need to execute commands and get the output, I recommend learning how to use TProcess and simply use it to execute /usr/bin/ssh to connect to the remote machine using non-interactive, key-based authentication I have

Re: [Lazarus] DOS charset to UTF-8

2009-10-19 Thread Mattias Gärtner
Zitat von Graeme Geldenhuys graemeg.li...@gmail.com: On 19/10/2009, Graeme Geldenhuys graemeg.li...@gmail.com wrote: Hi, How to I convert a file that contains text in the DOS charset to UTF-8. I need this to work under Linux and Windows. The DOS charset characters used, are for box

Re: [Lazarus] DOS charset to UTF-8

2009-10-19 Thread Graeme Geldenhuys
On 19/10/2009, Mattias Gärtner nc-gaert...@netcologne.de wrote: I added it to lcl/lconvencoding.pas. This is also used by the IDE context menu. Fantastic! Thanks Mattias for the prompt implementation. -- Regards, - Graeme - ___ fpGUI - a

[Lazarus] IDE Shorts cuts to Interface, Implementation sections

2009-10-19 Thread Lee Jenkins
I noticed there is some way to put a button on the editor window upper area to move to different parts of the code interface, implementation, uses, etc. Are there keyboard shortcuts for these? I looked through the KeyMappings but missed it. It would be nice to have a key combination to

Re: [Lazarus] IDE Shorts cuts to Interface, Implementation sections

2009-10-19 Thread Graeme Geldenhuys
On 19/10/2009, Lee Jenkins l...@datatrakpos.com wrote: I noticed there is some way to put a button on the editor window upper area to move to different parts of the code interface, implementation, uses, etc. Are there keyboard shortcuts for these? I know when I created the Editor Toolbar

Re: [Lazarus] DOS charset to UTF-8

2009-10-19 Thread shoKwave
Mattias Gärtner schrieb: Zitat von Graeme Geldenhuys graemeg.li...@gmail.com: On 19/10/2009, Graeme Geldenhuys graemeg.li...@gmail.com wrote: Hi, How to I convert a file that contains text in the DOS charset to UTF-8. I need this to work under Linux and Windows. The DOS charset

Re: [Lazarus] DOS charset to UTF-8

2009-10-19 Thread Graeme Geldenhuys
2009/10/19 shoKwave shokw...@gmx.net: According to the page http://msdn.microsoft.com/de-de/goglobal/bb964655%28en-us%29.aspx it should be: //DOS US According to Unicode.org it's DOS Latin US, so yes, you are close. :-) -- Regards, - Graeme -

Re: [Lazarus] DOS charset to UTF-8

2009-10-19 Thread Graeme Geldenhuys
2009/10/19 Mattias Gärtner nc-gaert...@netcologne.de: Is such mappings already implemented in Lazarus somewhere? I added it to lcl/lconvencoding.pas. This is also used by the IDE context menu. Out of interest. Did you manually code the mapping, or is there a tool that you run to generate

[Lazarus] Lazarus International Games Contest

2009-10-19 Thread Antônio
Send your game made with Lazarus to the Lazarus International Games Contest promoted by LazarusBrasil.Org until December, 31, 2009. Send it by email to webmas...@lazarusbrasil.org with the subject Lazarus International Games Contest. The best game will have a page to it in our website. Thanks,

[Lazarus] gethostbyname() on linux systems.

2009-10-19 Thread David Touzeau
Dear coders i have googleized but nothing. i try to find examples or any information in order to get the same gethostbyname() function on FPC compiled on Linux systems. Best regards -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Lazarus International Games Contest

2009-10-19 Thread Thierry Coq
Hello Antônio, could you please explain the rules? - executable, source code? - test cases? - size? What criterias to win? Best regards Thierry Antônio wrote: Send your game made with Lazarus to the Lazarus International Games Contest promoted by LazarusBrasil.Org until December, 31, 2009.

Re: [Lazarus] Lazarus International Games Contest

2009-10-19 Thread Antônio
You have to send the source code with the license. The criteria to win are basically more elegant solution to the problem. The game will be evaluated also in its playability. 2009/10/19 Thierry Coq t...@free.fr Hello Antônio, could you please explain the rules? - executable, source code? -

Re: [Lazarus] gethostbyname() on linux systems.

2009-10-19 Thread ik
Please take a look at: ./fpc/packages/fcl-net/src/cnetdb.pp it's there :) Ido http://ik.homelinux.org/ On Mon, Oct 19, 2009 at 7:51 PM, David Touzeau da...@touzeau.eu wrote: Dear coders i have googleized but nothing. i try to find examples or any information in order to get the same

Re: [Lazarus] how to create pdf file

2009-10-19 Thread Fantomas
good day, can somehow lazarus from print to PDF character set in czech (Czech republic) can not powerPDF nor LazReport Thanks Marty Dians napsal(a): dear all, i ussually create pdf from php with fpdf, how to create it in lazarus... with dynamic data.. ( i read text file about 1GB) thanks

Re: [Lazarus] gethostbyname() on linux systems.

2009-10-19 Thread David Touzeau
Thanks, IK, i have found a good example here http://www.koders.com/delphi/fidAA4657FCFF3B7BEDF95BA4EAB60B8A4595B6D6AD.aspx Message initial De: ik ido...@gmail.com À: da...@touzeau.eu, Lazarus mailing list lazarus@lists.lazarus.freepascal.org Sujet: Re: [Lazarus]

Re: [Lazarus] gethostbyname() on linux systems.

2009-10-19 Thread Brad Campbell
ik wrote: Please take a look at: ./fpc/packages/fcl-net/src/cnetdb.pp it's there :) Ido http://ik.homelinux.org/ On Mon, Oct 19, 2009 at 7:51 PM, David Touzeau da...@touzeau.eu wrote: Dear coders i have googleized but nothing. i try to find examples or any information in order