Ron,

Yes, what I mean is the native xHarbour UNICODE support which would 
enable the end-to-end handling of the UNICODE strings without the need 
of their conversion to any particular codepage. In such architecture the 
UNICODE string kept in datastore (Oracle, modified DBF e.t.c) is read 
via RDD as UNICODE, processed by application (VM) as UNICODE and then 
eventually displayed on the screen (or written to datastore/file) as 
UNICODE. Such solution allows multiple languages in a single string to 
be processed transparently.
Jacek
> Miguel,
>
> I believe that Jacek is talking about full native VM support for 
> UNICODE, f.e. assume an extra member in the asString structure to 
> indicate encoding. Though I must admit I have no understanding of what 
> kind of support can be provided for multiple languages in a single 
> string.
>
> Ron
>
> --------------------------------------------------
> From: "Miguel Angel Marchuet" <miguelan...@marchuet.net>
> Sent: Thursday, October 08, 2009 8:53 AM
> To: "Jacek Potempa" <jacek.pote...@otc.com.pl>
> Cc: "xharbour developer list" <xharbour-developers@lists.sourceforge.net>
> Subject: Re: [xHarbour-developers] xHarbour and UNICODE
>
>> Not at all.
>>
>> remember that xharbour has implemented the next api, that can help to 
>> you:
>> HB_UTF8SUBSTR
>> HB_UTF8LEFT
>> HB_UTF8RIGHT
>> HB_UTF8PEEK
>> HB_UTF8POKE
>> HB_UTF8STUFF
>> HB_UTF8LEN
>> HB_UTF8STRTRAN
>>
>> HB_STRTOUTF8
>> HB_UTF8TOSTR
>>
>> HB_UTF8CHR
>>
>> with the same parameters than SUBSTR etc...
>>
>> Transform automatically strings to another subsystem is very dangerous
>> because is difficult to recognize always the subtype of string. For 
>> example
>> can be binary string with no translate allowed, resolve this question is
>> developer work.
>>
>>
>> Best regards,
>> Miguel Angel Marchuet
>>
>>
>>
>> __________ Información de ESET NOD32 Antivirus, versión de la base de 
>> firmas de virus 4490 (20091008) __________
>>
>> ESET NOD32 Antivirus ha comprobado este mensaje.
>>
>> http://www.eset.com
>>
>>
>>
>> ------------------------------------------------------------------------------
>>  
>>
>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
>> is the only developer event you need to attend this year. Jumpstart your
>> developing skills, take BlackBerry mobile applications to market and 
>> stay
>> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
>> http://p.sf.net/sfu/devconference
>> _______________________________________________
>> xHarbour-developers mailing list
>> xHarbour-developers@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/xharbour-developers
>>
>


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to