Re: How to input non-printing characters in mlterm

2010-06-30 Thread Shlomi Fish
On Wednesday 30 Jun 2010 15:47:27 Avraham Rosenberg wrote: > On Tue, Jun 29, 2010 at 04:46:29PM +, Tzafrir Cohen wrote: > > On Tue, Jun 29, 2010 at 05:22:02PM +0300, Avraham Rosenberg wrote: > >... > > > > Actually answering the question in the subject line: can you try the > > command-line opt

Re: How to input non-printing characters in mlterm

2010-06-30 Thread Avraham Rosenberg
On Tue, Jun 29, 2010 at 04:46:29PM +, Tzafrir Cohen wrote: > On Tue, Jun 29, 2010 at 05:22:02PM +0300, Avraham Rosenberg wrote: >... > > Actually answering the question in the subject line: can you try the > command-line option --viaucs (or through the configuration window: > "Encoding => Proc

Re: How to input non-printing characters in mlterm

2010-06-29 Thread Tzafrir Cohen
On Tue, Jun 29, 2010 at 05:22:02PM +0300, Avraham Rosenberg wrote: > Hi, > I need to get rid of a non-printing character in a Hebrew text originating > from a doc file converted with catdoc. > Receiving the output in vi, I can see that the offending character is xa0, > and I can delete it with :g/C

Re: How to input non-printing characters in mlterm

2010-06-29 Thread Shlomi Fish
On Tuesday 29 Jun 2010 17:22:02 Avraham Rosenberg wrote: > Hi, > I need to get rid of a non-printing character in a Hebrew text originating > from a doc file converted with catdoc. > Receiving the output in vi, I can see that the offending character is xa0, > and I can delete it with :g/Ctrl-Vxa0/s

How to input non-printing characters in mlterm

2010-06-29 Thread Avraham Rosenberg
Hi, I need to get rid of a non-printing character in a Hebrew text originating from a doc file converted with catdoc. Receiving the output in vi, I can see that the offending character is xa0, and I can delete it with :g/Ctrl-Vxa0/s///g, but, unlike in the C locale, in the LANG=he_IL.UTF-8 locale,