diff options
| author | Yoshiki Shibukawa <yoshiki@shibu.jp> | 2014-01-22 22:07:37 -0800 |
|---|---|---|
| committer | Yoshiki Shibukawa <yoshiki@shibu.jp> | 2014-01-22 22:07:37 -0800 |
| commit | 562ad3c705b2463d85b40d09d196d21abb147c39 (patch) | |
| tree | 3abcd2cd910a1961a897b12870168494aa7de62c /sphinx/search/fr.py | |
| parent | d8c8fa8240b0d4dd67702a5da388055d4429c393 (diff) | |
| download | sphinx-562ad3c705b2463d85b40d09d196d21abb147c39.tar.gz | |
make stop word string unicode
Diffstat (limited to 'sphinx/search/fr.py')
| -rw-r--r-- | sphinx/search/fr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/search/fr.py b/sphinx/search/fr.py index af90fe51..9ae61339 100644 --- a/sphinx/search/fr.py +++ b/sphinx/search/fr.py @@ -13,7 +13,7 @@ from sphinx.search import SearchLanguage, parse_stop_word import snowballstemmer -french_stopwords = parse_stop_word(''' +french_stopwords = parse_stop_word(u''' | source: http://snowball.tartarus.org/algorithms/french/stop.txt au | a + le aux | a + les |
