Hi,

 

I found a quite strange behavior in  some CP settings necessary in my
project.

 

See the following sample:

 

CODE

proc main()

   set alternate to uperr.txt additive

   set alternate on

   REQUEST HB_CODEPAGE_TR857

   HB_SETCODEPAGE( "TR857" )

   ? "diag=diag", UPPER("diag=diag")

   ? "diag", UPPER("diag")

return

ENDCODE

 

generating the wrong output:

 

diag=diag D˜AG=D˜AG

diag DIAG

 

Best regards,

István Bisz

 

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

Reply via email to