Skip to content

Commit

Permalink
Installation
Browse files Browse the repository at this point in the history
  • Loading branch information
titoBouzout committed Mar 18, 2016
1 parent a67bf18 commit aef6c4a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ To add a new language:

[Iconv](http://en.wikipedia.org/wiki/Iconv) may be used to convert a file to UTF-8 from another encoding. For example:

iconv -f iso-8859-1 -t utf-8 en_CA.aff > en_CA_utf8.aff
iconv -f iso-8859-1 -t utf-8 en_CA.aff > en_CA_utf8.aff

You can use the file command to check an encoding:

file -bi en_CA_utf8.aff
file -bi en_CA_utf8.aff

Example output:

text/plain; charset=utf-8
text/plain; charset=utf-8

Note that `us-ascii` might be reported if there are no unicode (utf-8) characters present in the file.

Expand Down Expand Up @@ -132,6 +132,12 @@ Note that `us-ascii` might be reported if there are no unicode (utf-8) character
* Valery Kocubinsky
* Zeljko Babic


## Installation

Download or clone the contents of this repository to a folder named exactly as the package name into the Packages/ folder of ST.


## Docs

Sublime Text uses Hunspell for its [spell checking support](http://www.sublimetext.com/docs/3/spell_checking.html).

0 comments on commit aef6c4a

Please sign in to comment.