We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6384905 commit d4f2c26Copy full SHA for d4f2c26
src/Distribution/Server/Util/NLP/Snowball.hs
@@ -61,7 +61,7 @@ stemsWith (Stemmer mvar) ws =
61
fromIntegral $ Text.length word
62
len <- stemmer_length struct
63
bytes <- packCStringLen (ptr,fromIntegral len)
64
- return $ Text.decodeUtf8 bytes
+ return $ Text.decodeUtf8With Text.lenientDecode bytes
65
66
67
-------------------------------------------------------------------------------
0 commit comments