From 96857df03ee3aa60710bed7e31199d4cf9f792bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Prante?= Date: Thu, 18 Aug 2016 23:51:13 +0200 Subject: [PATCH] add usage in README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98ea705..4681a49 100644 --- a/README.md +++ b/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.