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
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
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
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
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,