Thanks Viktor,

I was sure of something like that :-)

I tried to find it by myself but failed :-(.

In the future, is there a place where I can find this kind of info. I looked 
Changelog but without success.

In all case thanks for the info.

Friendly,

JF,

-----Message d'origine-----
De : harbour-boun...@harbour-project.org 
[mailto:harbour-boun...@harbour-project.org] De la part de Viktor Szakáts
Envoyé : mardi 15 décembre 2009 18:44
À : Harbour Project Main Developer List.
Objet : Re: [Harbour] Ansi/Oem chr probl with (WAPI_)messageBox()

Hi JF,

You have to inform Harbour about the codepage you're 
using in these strings (this is for UNICODE builds of 
Harbour). F.e.:

REQUEST HB_CODEPAGE_HUWIN
set( _SET_CODEPAGE, "HUWIN" )

It's also good practice to set _SET_OSCODEPAGE to 
inform non-UNICODE Harbour apps about CP configured 
on Windows for non-UNICODE apps:

set( _SET_OSCODEPAGE, "HUWIN" )

Brgds,
Viktor

On 2009 Dec 15, at 17:44, J. Lefebvre wrote:

> Hi,
>  
> Am I missing something ?
>  
> I just tried the latest SVN release and now
>  
> Wapi_MessageBox(,"Hello éèçà","Test accents",)   // same for legacy version 
> MessageBox(.)
>  
> Give me some garbage in place of specials chars ...
>  
> <image001.png>
>  
> Regards,
>  
> JF
> _______________________________________________
> Harbour mailing list (attachment size limit: 40KB)
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to