Skip to content

Instantly share code, notes, and snippets.

@gtuckerkellogg
Created November 22, 2016 07:39
Show Gist options
  • Save gtuckerkellogg/47da070c83c1e8275aa2daa35a9a0298 to your computer and use it in GitHub Desktop.
Save gtuckerkellogg/47da070c83c1e8275aa2daa35a9a0298 to your computer and use it in GitHub Desktop.
hunspell throws errors when combining en_GB and en_MED
gtk@gtk-office
[~] hunspell -d en_US
Hunspell 1.3.3
adenocarcinoma
& adenocarcinoma 5 0: carcinoma, carcinogenic, carcinogen, architectonics, taxonomically
gtk@gtk-office
[~] hunspell -d en_US,en_MED
Hunspell 1.3.3
adenocarcinoma
*
gtk@gtk-office
[~] hunspell -d en_GB,en_MED
error: line 6119: bad flag alias index: 0
error: line 6119: bad flag vector alias
error: line 32248: bad flag alias index: 0
error: line 32248: bad flag vector alias
error: line 35862: bad flag alias index: 0
error: line 35862: bad flag vector alias
UTF-8 encoding error. Unexpected continuation bytes in 4. character position
Roma�a
error: line 37329: bad flag alias index: 0
error: line 37329: bad flag vector alias
UTF-8 encoding error. Unexpected continuation bytes in 3. character position
Sch�nberg
UTF-8 encoding error. Unexpected continuation bytes in 3. character position
Sch�nlein
UTF-8 encoding error. Unexpected continuation bytes in 2. character position
Sj�gren
UTF-8 encoding error. Unexpected continuation bytes in 2. character position
Sj�gren's
error: line 38911: bad flag alias index: 0
error: line 38911: bad flag vector alias
error: line 40346: bad flag alias index: 0
error: line 40346: bad flag vector alias
Hunspell 1.3.3
adenocarcinoma
*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment