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
Desktop Bugs, which is subscribed to gtkspell in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to