Created
September 19, 2016 10:02
-
-
Save asaushkin/34a46ac4b7255b63a4347fbe0edc2050 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Если при инсталляции PostgreSQL выходит ошибка: | |
ERROR: no ecoding defined in /usr/share/hunspell/ru_RU.aff, ignoring | |
то скорее всего файл /usr/share/hunspell/ru_RU.aff содежит начальный BOM маркер для файла UTF-8. | |
Убрать можно следующим образом: | |
sudo vim /usr/share/hunspell/ru_RU.aff | |
:set nobomb | |
:write |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment