Re: [Harbour] lang_ua(ru) - different output to console and to file

2010-04-01 Thread vatzct
01.04.2010 16:59, Przemysław Czerpak написав(ла): , "UA866" Thanks, now all ok. Regards, Alexey Myronenko ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] lang_ua(ru) - different output to console and to file

2010-04-01 Thread Przemysław Czerpak
On Thu, 01 Apr 2010, vatzct wrote: Hi, > PROC MAIN() > LOCAL i > REQUEST HB_CODEPAGE_UA866 > REQUEST HB_LANG_UA866 > HB_SETTERMCP( "UA866" ) > SET( _SET_CODEPAGE, "UA866" ) > SET( _SET_LANGUAGE, "UA866" ) Wrong order. If you call HB_SETTERMCP() before _SET_COD

Re: [Harbour] lang_ua(ru) - different output to console and to file

2010-04-01 Thread vatzct
01.04.2010 13:19, Przemysław Czerpak написав(ла): On Thu, 01 Apr 2010, vatzct wrote: 01.04.2010 12:03, vatzct написав(ла): This is result of cpinfo from $Id: ChangeLog 14262 2010-03-30 19:55:52Z druzus $ The cpinfo.txt: 04/01/10 12:30:03 Windows XP 5.1.2600 Service Pack 1 Harbour 2.1.0dev (R

Re: [Harbour] lang_ua(ru) - different output to console and to file

2010-04-01 Thread Przemysław Czerpak
On Thu, 01 Apr 2010, vatzct wrote: > 01.04.2010 12:03, vatzct написав(ла): > This is result of cpinfo from $Id: ChangeLog 14262 2010-03-30 > 19:55:52Z druzus $ > The cpinfo.txt: > 04/01/10 12:30:03 Windows XP 5.1.2600 Service Pack 1 Harbour > 2.1.0dev (Rev. 14111) > Character encoding: UA866 >

Re: [Harbour] lang_ua(ru) - different output to console and to file

2010-04-01 Thread Przemysław Czerpak
On Thu, 01 Apr 2010, vatzct wrote: Hi, > 01.04.2010 11:42, Horodyski Marek (PZUZ) написав(ла): > >hb_SetCodePage( 'UA866') > Form Changelog: > NOTE to users: Use HB_CDPSELECT() or SET( _SET_CODEPAGE ) instead. Not "instead". This are two different things. SET( _SET_CODEPAGE, ) choose codepag

Re: [Harbour] lang_ua(ru) - different output to console and to file

2010-04-01 Thread vatzct
01.04.2010 12:03, vatzct написав(ла): This is result of cpinfo from $Id: ChangeLog 14262 2010-03-30 19:55:52Z druzus $ The cpinfo.txt: 04/01/10 12:30:03 Windows XP 5.1.2600 Service Pack 1 Harbour 2.1.0dev (Rev. 14111) Character encoding: UA866 =

Re: [Harbour] lang_ua(ru) - different output to console and to file

2010-04-01 Thread vatzct
01.04.2010 11:42, Horodyski Marek (PZUZ) написав(ла): hb_SetCodePage( 'UA866') Form Changelog: NOTE to users: Use HB_CDPSELECT() or SET( _SET_CODEPAGE ) instead. FUNC main() SET ALTERNATE TO cmonth.txt additive SET ALTERNATE ON SET DATE TO german REQUEST HB_CODEPAGE_UA866 hb_cdpSelect('UA866'

RE: [Harbour] lang_ua(ru) - different output to console and to file

2010-04-01 Thread Horodyski Marek (PZUZ)
-Original Message- From: vat...@polly.com.ua [mailto:vat...@polly.com.ua] Sent: Wednesday, March 31, 2010 11:24 PM To: Harbour@harbour-project.org Subject: [Harbour] lang_ua(ru) - different output to console and to file Hi! func main() set alternate to cmonth.txt additive set alternate