Re: [PATCH] bug 2850: unable to spellcheck norwegian - nice patch but other trouble

2006-11-29 Thread Jean-Marc Lasgouttes
> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes: Helge> I now get correct spellchecking - for words which happens to be Helge> ascii-only. This patch is a success. Helge> I guess this is a well-known unicode problem, but anyway: Both Helge> encodings are bad: LANG=nb_NO.UTF-8 LANG=nb_NO

Re: [PATCH] bug 2850: unable to spellcheck norwegian - nice patch but other trouble

2006-11-29 Thread Helge Hafting
Jean-Marc Lasgouttes wrote: This trivial fix is going in now: we have to use nb_NO instead of no_NO, as we already to in po/. I now get correct spellchecking - for words which happens to be ascii-only. This patch is a success. I guess this is a well-known unicode problem, but anyway: Both en

[PATCH] bug 2850: unable to spellcheck norwegian

2006-11-24 Thread Jean-Marc Lasgouttes
This trivial fix is going in now: we have to use nb_NO instead of no_NO, as we already to in po/. JMarc Index: lib/ChangeLog === --- lib/ChangeLog (revision 16023) +++ lib/ChangeLog (working copy) @@ -1,3 +1,7 @@ +2006-11-24 Jean-M