On Thu, Mar 6, 2008 at 10:49 AM, Przemyslaw Czerpak <[EMAIL PROTECTED]> wrote:
> What shows: > > #include "hbgtinfo.ch" > proc main() > ? hb_gtInfo(HB_GTI_ISUNICODE) > return > [...] > Just try to make also: > printf "[\xc3\xa5]\n" With Unicode UTF-8: .T. 1 char With Western ISO-Latin-1: .F. 2 chars env var TERM is linux > If you answer for all of the above questions (and maybe some others, > BTW what is your TERM envvar) then we can add general support for MacOSX > and PuTTY to GTTRM if it needs some additional code. But I'm still not > sure if it's really necessary. It's possible that only UTF-8 mode was > not detected automatically. Unfortunately there is no standard way to > make it and I have to use small hack. It's possible that it does not > work with PuTTY MacOSX port. If yes then I can try to update it. Do you think it'll be difficult to support another app called iTerm? I can't find a putty package already built for Mac OS X and I can't ask to users to compile it from developer tools. best regards, Lorenzo _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
