Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-16 Thread Martin Schreiber
On Wednesday 16 January 2013 07:51:21 Алексей Логинов wrote: Who can help to fix this bug http://bugs.freepascal.org/view.php?id=23657 ? My convert_cp866_to_UTF8 in prev. messages is correct, problem is only in non English characters for all codepages in fp IDE. From my earlier mails: On

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-16 Thread Алексей Логинов
fp IDE can show non English characters in UTF-8. Tools-Ascii table show all characters correctly, problem is only in editor. -- Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and much more. Keep

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-09 Thread Алексей Логинов
I don't understand how to use, I need more info. -- Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and much more. Keep your Java skills current with LearnJavaNow - 200+ hours of step-by-step video

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-09 Thread Martin Schreiber
On Wednesday 09 January 2013 11:54:37 Алексей Логинов wrote: I don't understand how to use, I need more info. In 'Project'-'Options'-'Debugger'-'xterm Command' enter: export LANG=ru_RU.CP866 xterm -en CP866 -S${PTSN}/${PTSH} Martin

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-09 Thread Алексей Логинов
Incorrect result on picture. xterm don't close. gdb works bad - need restart gdb often. attachment: xdf049.png-- Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and much more. Keep your Java skills

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-09 Thread Martin Schreiber
On Wednesday 09 January 2013 12:30:27 Алексей Логинов wrote: Incorrect result on picture. :-) Any message in 'View'-'Target Console'? xterm don't close. For me it closes after the target program terminates. gdb works bad - need restart gdb often. Which gdb version? Martin

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-09 Thread Алексей Логинов
Any message in 'View'-'Target Console'? for this command no messages. Which gdb version? gdb-7.3.50.20110722-4.mga2.i586.rpm (http://pkgs.org/mageia-2/mageia-core-release-i586/gdb-7.3.50.20110722-4.mga2.i586.rpm.html)

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-09 Thread Martin Schreiber
On Wednesday 09 January 2013 12:53:48 Алексей Логинов wrote: Any message in 'View'-'Target Console'? for this command no messages. Then I am out of ideas. Which gdb version? gdb-7.3.50.20110722-4.mga2.i586.rpm (http://pkgs.org/mageia-2/mageia-core-release-i586/gdb-7.3.50.20110722-4.mg

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-09 Thread Алексей Логинов
I think problem is in -S${PTSN}/${PTSH}, because gnome-terminal showed: -S2/5 -- Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and much more. Keep your Java skills current with LearnJavaNow -

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-09 Thread Martin Schreiber
On Wednesday 09 January 2013 21:51:01 Алексей Логинов wrote: I think problem is in -S${PTSN}/${PTSH}, because gnome-terminal showed: -S2/5 The -S${PTSN}/${PTSH} is for xterm, README.TXT: MSEide macros in 'Project'-'Options'-'Debugger'-'xterm Command'

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-08 Thread Алексей Логинов
I tested many teminals with CP866 in distro. But only two terminals works with CP866 fine: lxterminal, gnome-terminal, konsole(?). xterm don't work with CP866. For support CP866 for luit I rebuit rpm package luit with patch for CP866, but I have no patches for CP866 for xterm.

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-08 Thread Martin Schreiber
On Tuesday 08 January 2013 09:45:20 Алексей Логинов wrote: I tested many teminals with CP866 in distro. But only two terminals works with CP866 fine: lxterminal, gnome-terminal, konsole(?). xterm don't work with CP866. For support CP866 for luit I rebuit rpm package luit with patch for CP866,

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-08 Thread Ivanko B
Why do you use CP866? ISO8859-5 could be an alternative? == CP-866 is OEM (M$ DOS) encoding for russian win-32 console as defined by M$. -- Master SQL Server Development, Administration, T-SQL, SSAS,

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-08 Thread Алексей Логинов
I need new options in MSEide: My command in distro is: export LANG=ru_RU.CP866 xterm -en CP866 /usr/local/bin/fp But I have no options for changing environment for xterm. I think option External Console must be disable by default (now this option is enabled by default). If I wrote incorrect

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-07 Thread Алексей Логинов
Thank you for fp.prj. Now I compiled fp-ide with help MSEide. But I can not run terminal in CP866. My command for running must be: export LANG=ru_RU.CP866 export LC_CTYPE=ru_RU.CP866 lxterminal ./fp but it does not work in MSEide (export does not supported). this command works: lxterminal ./fp

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-07 Thread Martin Schreiber
On Monday 07 January 2013 17:22:23 Алексей Логинов wrote: Thank you for fp.prj. Now I compiled fp-ide with help MSEide. But I can not run terminal in CP866. My command for running must be: export LANG=ru_RU.CP866 export LC_CTYPE=ru_RU.CP866 lxterminal ./fp but it does not work in MSEide

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-07 Thread Алексей Логинов
xterm don't work with CP866, I use lxterminal or gnome-terminal. 'Project'-'Options'-'Debugger'-'xterm Options' I can not find this options. 'Target'-'Environment'-'Environment variables' No result. -- Master Visual

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-07 Thread Martin Schreiber
On Monday 07 January 2013 18:07:07 Алексей Логинов wrote: xterm don't work with CP866, I use lxterminal or gnome-terminal. 'Project'-'Options'-'Debugger'-'xterm Options' I can not find this options. Please use MSEide 2.8.6, or git master branch. I made the option especially for you. ;-)

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-07 Thread Sieghard
Hallo Алексей, Du schriebst am Mon, 7 Jan 2013 19:22:23 +0300: export LANG=ru_RU.CP866 export LC_CTYPE=ru_RU.CP866 lxterminal ./fp but it does not work in MSEide (export does not supported). Could it possibly be that your _shell_ modifies the locale setting after the terminal has opened and

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-07 Thread Алексей Логинов
Sieghard, this command: export LANG=ru_RU.CP866 export LC_CTYPE=ru_RU.CP866 lxterminal ./fp works fine in distro (problems in xterm only and in other terminals, but no problems with lxterminal and gnome-terminal), but this command don't work in MSEide.

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-07 Thread Martin Schreiber
On Monday 07 January 2013 22:13:04 Алексей Логинов wrote: Sieghard, this command: export LANG=ru_RU.CP866 export LC_CTYPE=ru_RU.CP866 lxterminal ./fp works fine in distro (problems in xterm only and in other terminals, but no problems with lxterminal and gnome-terminal), but this command

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-06 Thread Алексей Логинов
Now I have good Russian for all symbols. Current problem: gdb does not work (http://bugs.freepascal.org/view.php?id=23581). People from http://www.freepascal.ru/forum wrote: Problems were also before for self-build with the debugger - it just was not building, in the system simply lacked the

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-06 Thread Martin Schreiber
On Monday 07 January 2013 06:06:27 Алексей Логинов wrote: Now I have good Russian for all symbols. Current problem: gdb does not work (http://bugs.freepascal.org/view.php?id=23581). People from http://www.freepascal.ru/forum wrote: Problems were also before for self-build with the debugger -

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-06 Thread Алексей Логинов
I don't understand how to compile fp.pas with help MSEide. My steps: - copy directory compiler to /opt/mseide-msegui/lib/common/ - copy directory packages/fv/src to /opt/mseide-msegui/lib/common/ Errors on picture in attachment. attachment:

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-06 Thread Алексей Логинов
Does it work without the CP866 patch? No. gdb does not work with patches and without patches. -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-01 Thread Martin Schreiber
On Tuesday 01 January 2013 09:32:52 Martin Schreiber wrote: On Monday 31 December 2012 15:50:21 Алексей Логинов wrote: UTF-8. After: export LANG=ru_RU.CP866 luit -encoding 'CP 866' /usr/local/bin/fp fp works with CP866. It is probably better to run the terminal emulator in utf-8, to

Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-01 Thread Алексей Логинов
I wanted to run the terminal emulator in utf-8, to set internal_codepage to CP866 for LANG = ru and I implement CP866 - utf-8 conversions (it's not difficult to correct array convert_cp437_to_UTF8 for CP866): convert_cp866_to_UTF8:array[#127..#255] of WideChar=(