From 249a1dab213014a2b6ee7d7333b75821edbb1c42 Mon Sep 17 00:00:00 2001 From: chenxiajian Date: Sat, 20 Aug 2011 04:23:04 +0000 Subject: add comment in uspell : USpell : Yiddish don't need hyphenation at all git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/branches/gsoc2011hyphenation@30262 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6 --- src/uspell/uspell_provider.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/uspell/uspell_provider.cpp b/src/uspell/uspell_provider.cpp index 1a73f24..c98e0d4 100644 --- a/src/uspell/uspell_provider.cpp +++ b/src/uspell/uspell_provider.cpp @@ -407,7 +407,8 @@ uspell_provider_request_dict (EnchantProvider * me, const char *const tag) dict->check = uspell_dict_check; dict->suggest = uspell_dict_suggest; dict->add_to_session = uspell_dict_add_to_session; - dict->hyphenate = uspell_dict_hyphenate; + //USpell : Yiddish dont need hyphenation + //dict->hyphenate = uspell_dict_hyphenate; // don't use personal, session - let higher level implement that return dict; -- cgit v1.2.1