Harbour does not support Unicode as a native data type.  Harbour developers are 
now planning to add this support.
In the meantime, Harbour can support Unicode as a byte stream.  
In minigui project has been wrote some functions to convert between various 
formats of Unicode byte streams and Harbour numeric arrays.  The arrays hold 
Unicode numeric character codes.  You can download these functions from the 
MiniGui Extended forum at 
http://tech.groups.yahoo.com/group/harbourminigui/files/CONTRIB, file name 
UnicodeConvert.prg.
harbour can compiler unicode source code

> On Sun, 14 Oct 2007, Kevin Carmody wrote:
>   
>> I've written some Harbour routines for handling UTF8 on the back end.  
>> These can be used with current Harbour.  You can download this from 
>> http://kevincarmody.com/misc/unicodeconvert.prg
>>     


-----Messaggio originale-----
Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Massimo Belgrano
Inviato: martedì 26 agosto 2008 11.32
A: Harbour Project Main Developer List.
Oggetto: R: [Harbour] 2008-08-26 00:43 UTC+0200 ViktorSzakats(harbour.01syenar 
hu)

Wich kind of unicode support have Harbour now?


-----Messaggio originale-----
Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Szakáts Viktor
Inviato: martedì 26 agosto 2008 11.19
A: José Luis Capel
Cc: 'Harbour Project Main Developer List.'
Oggetto: Re: [Harbour] 2008-08-26 00:43 UTC+0200 Viktor 
Szakats(harbour.01syenar hu)

Hi Jose,

> Does it mean that my sets have to be as shown bellow ?
>
> SET HB_BUILD_WINCE=yes
> SET HB_CC_NAME=vcce
> SET HB_ARCHITECTURE=w32
> SET HB_GT_LIB=gtgui
> SET HB_GT_DEFAULT=gui
> SET HB_VISUALC_VER=60
> SET HB_BUILD_MODE=c
> SET CLIBFLAGS=-DHB_OS_WIN_32  -DHB_WINCE -DHB_GTGUI_HACK - 
> DHARBOUR_MAIN_WIN
> -DHB_TR_LEVEL_ALWAYS  -DUNICODE
> SET HB_BUILD_DLL=yes

Yes. I'd suggest to remove -DHB_OS_WIN_32, -DHB_WINCE and
-DUNICODE. These are either autodetected or #defined by
the make files, so they are all unnecessary on user level.
I'd also recommend using C_USR instead of CLIBFLAGS.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to