perhaps is the problem in gtkspell.c:
---------
# if (lang == NULL) {
# lang = g_getenv("LANG");
# if (lang) {
# if (g_strncasecmp(lang, "C", 1) == 0)
# lang = NULL;
# else if (lang[0] == 0)
# lang = NULL;
# }
# }
---------
starts if (g_strncasecmp(lang, "C", 1) == 0)
If language (LANG) starts by C (cs_CZ), gtkspell send error report
(Gtk-WARNING **: Locale not supported by C library. Using the fallback
'C' locale.)) and doesn't properly recognise language.
Maybe this can help. This idea is not from my head:
http://klicha.blogspot.com/2008/11/gtkspell-cestina-fungovalo-to-
vubec.html
--
Pidgin and Tomboy spell checker underlines every word
https://bugs.launchpad.net/bugs/364253
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs