Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Atvaark committed Sep 14, 2015
2 parents 802eed8 + ac8a09f commit 4e84aea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,19 @@ SubpTool [options] file_path [output_path]
```

###Options
The language of the file must be specified to correctly decode certain subtitles. Not specifying a language option will default to the ASCII encoding.
The language of the file may be specified to correctly decode certain subtitles. Not specifying a language option will default to the ISO-8859-1 (Latin 1) encoding.

Option | Language | Encoding
------ | ---------- | --------
-eng | English | ASCII
-ara | Arabic | UTF-8
-jpn | Japanese | UTF-8
-por | Portuguese | UTF-8
-eng | English | ISO-8859-1
-fre | French | ISO-8859-1
-ger | German | ISO-8859-1
-ita | Italian | ISO-8859-1
-spa | Spanish | ISO-8859-1
-rus | Russian | ISO-8859-5
-ara | Arabic | UTF-8
-jpn | Japanese | UTF-8
-por | Portuguese | UTF-8

###Examples

Expand Down

0 comments on commit 4e84aea

Please sign in to comment.