Thanks a lot for all these advices.
Yannig
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n
2007/8/18, Frederic Peters <[EMAIL PROTECTED]>:
>
> You could try this:
>
> syntax match Nbsp ' '
> highlight Nbsp term=reverse ctermfg=DarkRed guifg=Red
>
> (replace real space by non-breakspace in first line)
And for Emacs :)
(make-face 'nbsp-face)
(require 'disp-table)
(aset standard-disp
Claude Paroz wrote:
> I'm still looking for a trick to make vim display the non-breaking space
> in another color... Someone ?
You could try this:
syntax match Nbsp ' '
highlight Nbsp term=reverse ctermfg=DarkRed guifg=Red
(replace real space by non-breakspace in first line)
Frede
Le samedi 18 août 2007 à 15:15 +0200, Yannig MARCHEGAY a écrit :
> Hello everybody,
>
> I'd like to batch-correct the unbreakable spaces that are laking in my
> translations. For that, the best would be to batch-search-replace in
> the po files in a text editor. Could you please tell me the symbol
Look for "no-break space" in the character map.
Leonardo Fontenelle
http://leonardof.org
2007/8/18, Yannig MARCHEGAY <[EMAIL PROTECTED]>:
> Hello everybody,
>
> I'd like to batch-correct the unbreakable spaces that are laking in my
> translations. For that, the best would be to batch-search-repla
Hello everybody,
I'd like to batch-correct the unbreakable spaces that are laking in my
translations. For that, the best would be to batch-search-replace in the po
files in a text editor. Could you please tell me the symbol for an
unbreakable space for a po file in a text editor?
Thanks a lot :-)