add usage in README

This commit is contained in:
Jörg Prante 2016-08-18 23:51:13 +02:00
parent 5d615d88f0
commit 96857df03e

View file

@ -65,14 +65,26 @@ Usage:
Usage: Usage:
Charset.forName("x-MAB") Charset.forName("ISO-5426")
### ISO 5428 "Greek alphabet coded character set for bibliographic information interchange" ### 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) ### 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) ### MAB-Diskette (a variant of CP850 character set)
Usage:
Charset.forName("MAB-DISKETTE")
### US-ASCII (re-implementation for demonstration purpose, disabled by default) ### US-ASCII (re-implementation for demonstration purpose, disabled by default)
See also the CREDITS.txt for acknowledgements. See also the CREDITS.txt for acknowledgements.