add usage in README
This commit is contained in:
parent
5d615d88f0
commit
96857df03e
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -65,14 +65,26 @@ Usage:
|
|||
|
||||
Usage:
|
||||
|
||||
Charset.forName("x-MAB")
|
||||
Charset.forName("ISO-5426")
|
||||
|
||||
### ISO 5428 "Greek alphabet coded character set for bibliographic information interchange"
|
||||
|
||||
Usage:
|
||||
|
||||
Charset.forName("ISO-5428")
|
||||
|
||||
### Pica (a variant of the INTERMARC character set, a 1979 french/danish adoption of USMARC/UKMARC)
|
||||
|
||||
Usage:
|
||||
|
||||
Charset.forName("PICA")
|
||||
|
||||
### MAB-Diskette (a variant of CP850 character set)
|
||||
|
||||
Usage:
|
||||
|
||||
Charset.forName("MAB-DISKETTE")
|
||||
|
||||
### US-ASCII (re-implementation for demonstration purpose, disabled by default)
|
||||
|
||||
See also the CREDITS.txt for acknowledgements.
|
||||
|
|
Loading…
Reference in a new issue