Re: [fpc-pascal] UTF-8 versions of Copy() and Length()

2007-05-19 Thread Rimgaudas Laucius
- Original Message - From: "Florian Klaempfl" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent: Saturday, May 19, 2007 4:45 PM Subject: Re: [fpc-pascal] UTF-8 versions of Copy() and Length() Graeme Geldenhuys schrieb: On 5/19/07, Daniël Mantione <[EMAIL PROTECTED]> wrote

Re: [fpc-pascal] UTF-8 versions of Copy() and Length()

2007-05-19 Thread Rimgaudas Laucius
Message - From: "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent: Saturday, May 19, 2007 1:36 PM Subject: Re: [fpc-pascal] UTF-8 versions of Copy() and Length() On 5/19/07, Rimgaudas Laucius <[EMAIL PROTECTED]> w

Re: [fpc-pascal] UTF-8 versions of Copy() and Length()

2007-05-19 Thread Rimgaudas Laucius
know any program that implements that). - Original Message - From: "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent: Saturday, May 19, 2007 12:57 PM Subject: Re: [fpc-pascal] UTF-8 versions of Copy() and Length() On

Re: [fpc-pascal] UTF-8 versions of Copy() and Length()

2007-05-19 Thread Rimgaudas Laucius
- Original Message - From: "Graeme Geldenhuys" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent: Saturday, May 19, 2007 11:58 AM Subject: Re: [fpc-pascal] UTF-8 versions of Copy() and Length() On 5/19/07, Daniël Mantione <[EMAIL PROTECTED]> wrote: > Does FPC have UTF-8 v

Re: [fpc-pascal] charset conversion

2006-12-07 Thread Rimgaudas Laucius
On MS Windows, I found WideCharToMultiByte and MultiByteToWideChar, which take a numerical CodePage as parameter. But I don't know how to map a charset name ('UTF-8', 'Latin-1', 'ISO-8859-15'...) to a CodePage (any hint ?). Hi, I attached conversion fpc program i had written earlier. Maybe

Re: [fpc-pascal] win resource sections

2006-10-25 Thread Rimgaudas Laucius
But, what about resourcestrings? - Original Message - From: "Michael Van Canneyt" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent: Wednesday, October 25, 2006 1:31 PM Subject: Re: [fpc-pascal] win resource sections On Wed, 25 Oct 200

[fpc-pascal] win resource sections

2006-10-25 Thread Rimgaudas Laucius
Hello, could you tell what progress (approximately in percents) is done with Windows exe resource sections support, please? Herewith i want to note that login status label in bug tracker page is "logout" always. It is confusing a bit. Regards, Rimgaudas _

Re: [fpc-pascal] Why Pascal

2006-09-03 Thread Rimgaudas Laucius
Hi Andreas, thank you for nice link. I am starting to lecture visual programming next week and still haven't got certain ideas what compiler to use. I will welcome everyone who will send me articles about compilers. I am especially interested in compilers internationalization/localization.

Re: [fpc-pascal] International Characters in Console mode programs...

2006-08-28 Thread Rimgaudas Laucius
2) use unicode (UTF-8) enabled editor instead of FP. Any windows editor will fit too. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] International Characters in Console mode programs...

2006-08-28 Thread Rimgaudas Laucius
Hello, i cast a look at 2.0.4 source - it does not solves this kind of problems. I guess you prepared program using FP IDE. It uses OEM CP (CP857 for Turkish) for source encoding. Compiler misencodes these strings because i guess it uses RTL widestring manager whitch assumes source encoded in

Re: [fpc-pascal] RE: Nice website

2006-06-28 Thread Rimgaudas Laucius
Yes, this website is much better. But i do not like design of top menu (especialy highlighting and i suggest you to set mininum width for it). - Original Message - From: "Rodrigo Palhano" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent: Wednesday, June 28, 2006 3:40 PM Su

Re: [fpc-pascal] alternative source format

2005-07-13 Thread Rimgaudas Laucius
Hello, i had in mind something like unified project format for all pascal's IDEs. Open XML formats are popular in open source world now. But i do not think this idea were anymore. > > Hello, > > Hi, > > > the problem is that IDEs like FP and others have no exact > > place where to store compiler

[fpc-pascal] alternative source format

2005-07-12 Thread Rimgaudas Laucius
Hello, the problem is that IDEs like FP and others have no exact place where to store compiler configuration switches and other program (project) related info. For examle if user set switches in FP, they effect all opened units, so there is no possibility to configure each unit differently if

Re: [fpc-pascal] freepascal website programmed in...?

2005-05-10 Thread Rimgaudas Laucius
Hi, there is nothing curiuos. I also use FPC to program CGI websites. I has one advantage: i use Windows in my work and there is almost no need of additional effort to port FPC programs to Linux server. - Original Message - From: "L505" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 10, 20

Re: [fpc-pascal]Destroy Instance

2003-01-29 Thread Rimgaudas Laucius
> Luis Del Aguila schrieb: > > > b.destroy; //if destroy the instance . > > Writeln(b.campo2); // Why the instance exist? > > You have to call b.Free instead of b.Destroy to properly destruct the > instance. > Free automatically calls the destructor if the object referenc