[Harbour] Automatic ChangeLog notification activated

2009-01-30 Thread Viktor Szakáts
Hi all, As may have noticed the first automatic commit notification e-mail has arrived to the list (many thanks to Phil). This means that committers no longer have to manually send an email to this list, containing the changelog entry. In fact, the best would be to never send these anymore to avoi

Re: [Harbour] Stripping accents from a string.

2009-01-30 Thread toni...@fwi
>This functionality is missing from Harbour, yet it would be best integrated >to the codepage subsystem. But before I do anything, I'd like to discuss it >here. Viktor, This is a nice feature for languages like portuguese for example. I have my own func that do this, but integrate it in HB_CODEPA

Re: [Harbour] Stripping accents from a string.

2009-01-30 Thread Alex Strickland
Viktor Szakáts wrote: Any comments? Are you thinking of catering for things like ß -> ss? Regards Alex ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Stripping accents from a string.

2009-01-30 Thread Viktor Szakáts
2009/1/30 Alex Strickland > Viktor Szakáts wrote: > > Any comments? >> > > Are you thinking of catering for things like ß -> ss? Yes, this one could be solved also. This actually makes it much more complicated that I've planned, but fits into the picture and needs to be solved. Another intere

Re: [Harbour] Stripping accents from a string.

2009-01-30 Thread Przemyslaw Czerpak
On Fri, 30 Jan 2009, Szak�ts Viktor wrote: Hi, > Stripping accents from a string is often needed when dealing with external > systems > accepting only ASCII alphabet, and is useful to prepare strings for > comparison (in > case of names f.e.). > original: "aááäbcdeéfghiííjklmnoóóöőőpqrstuúúüűűvwx

[Harbour] A doubt with shared DBF

2009-01-30 Thread Enrico Maria Giordano
In the following sample I don't see the changed value if SKIP 0 is commented out: FUNCTION MAIN() USE TEST SHARED ? FIELD -> test ? "Waiting for a key..." INKEY( 0 ) // here the field is changed by another user //SKIP 0 ? FIELD -> test CLOSE RETURN NIL Is it exp

Re: [Harbour] Clipper incompatibilities

2009-01-30 Thread Mindaugas Kavaliauskas
Hi, Please note that this can be used only for temporary indexes. When index is reopened then it needs valid key and for expressions. It means that we create corrupted indexes in such way. I'm sure I do not reopen tags with empty key expression. We can add key expression check for expression

Re: [Harbour] A doubt with shared DBF

2009-01-30 Thread Mindaugas Kavaliauskas
In the following sample I don't see the changed value if SKIP 0 is commented out: FUNCTION MAIN() USE TEST SHARED ? FIELD -> test ? "Waiting for a key..." INKEY( 0 ) // here the field is changed by another user //SKIP 0 ? FIELD -> test CLOSE RETURN NIL Is it expected?

Re: [Harbour] A doubt with shared DBF

2009-01-30 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Mindaugas Kavaliauskas" A: "Harbour Project Main Developer List." Data invio: venerdì 30 gennaio 2009 15.31 Oggetto: Re: [Harbour] A doubt with shared DBF > Is it expected? yes, of cause. Ok, thank you. EMG -- EMAG Software Homepage: http://www.e

Re: [Harbour] Stripping accents from a string.

2009-01-30 Thread Viktor Szakáts
> > This should be implemented in different way. > We will need global unicode fallback table which will work for any CP > looking for corresponding character replacement in the destination CP > so it will be enough to make translation between any used CP and ASCII > CP (we will have to introduce s

Re: [Harbour] Clipper incompatibilities

2009-01-30 Thread Przemyslaw Czerpak
On Fri, 30 Jan 2009, Mindaugas Kavaliauskas wrote: Hi, > I'm sure I do not reopen tags with empty key expression. We can add key > expression check for expression loaded from index file. I've not tested, > but I guess this check already exists. See dbfcdx1.c line 3581: > pTag->RootBlock =

[Harbour] 2009-01-30 20:19 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2009-01-30 Thread Przemyslaw Czerpak
2009-01-30 20:19 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/make_gcc.mak ! added additional rules to fix time conditions in parallel compilation * harbour/config/dos/dir.cf * harbour/config/w32/dir.cf * changed simple assignments to recursive ones * harbour/con

[Harbour] SF.net SVN: harbour-project:[10139] trunk/harbour

2009-01-30 Thread druzus
Revision: 10139 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10139&view=rev Author: druzus Date: 2009-01-30 19:15:26 + (Fri, 30 Jan 2009) Log Message: --- 2009-01-30 20:19 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/make_gcc.mak

[Harbour] A Bunch of Thanks

2009-01-30 Thread Pritpal Bedi
To All Developers ( Past and Present ) Who Contributed to the Project called - HARBOUR In Any Way I pay a deep hearted tribute and extend a bunch of THANKS. For Today, I have deployed in production all of my applications, under the brand name "Vouch", compiled with Harbour, and have discontinue

Re: [Harbour] A Bunch of Thanks

2009-01-30 Thread Bill Smith
+++! - Original Message - From: Pritpal Bedi To: harbour@harbour-project.org Sent: Friday, January 30, 2009 4:30 PM Subject: [Harbour] A Bunch of Thanks To All Developers ( Past and Present ) Who Contributed to the Project called - HARBOUR In Any Way I pay a deep

Re: [Harbour] A Bunch of Thanks

2009-01-30 Thread Budyanto Dj.
Hello Pritpal, Congratulations! regards, budyanto On 30 Jan 2009 at 16:30, Pritpal Bedi wrote: > > To > All Developers ( Past and Present ) > Who Contributed to the Project called - HARBOUR > In Any Way > > I pay a deep hearted tribute and extend a bunch of THANKS. > > For > > Today, I have