1

Updating README.md

This commit is contained in:
Alex Yatskov 2017-10-08 14:34:43 -07:00
parent 263cd21db4
commit 05839a4e87

View File

@ -61,24 +61,27 @@ Upon loading and processing the requested EPWING data, Zero-EPWING will output a
Diagnostic information about errors will be printed to `stderr`. Serious errors will result in this application Diagnostic information about errors will be printed to `stderr`. Serious errors will result in this application
returning a non-zero exit code. A sample of the JSON dictionary entry data output is pretty-printed below for reference. returning a non-zero exit code. A sample of the JSON dictionary entry data output is pretty-printed below for reference.
``` ```json
{ {
"charCode": "jisx0208", "charCode": "jisx0208",
"discCode": "epwing", "discCode": "epwing",
"subbooks": [ "subbooks": [
{ {
"title": "大辞泉", "title": "大辞泉",
"copyright": "CD-ROM版大辞泉 1997年4月10日 第1版発行\n\n監  松村 明\n発行者 鈴木俊彦\n発行所... "copyright": "CD-ROM版大辞泉 1997年4月10日 第1版発行\n\n監  松村 明\n発行者 鈴木俊彦\n発行所...",
"entries": [ "entries": [
{ {
"heading": "亜", "heading": "亜",
"text": "亜\nア\nぐ\n部首二\n総画数\nコード区点... "text": "亜\nア\nぐ\n部首二\n総画数\nコード区点..."
}, },
{ {
"heading": "あ", "heading": "あ",
"text": "あ\n{{w_50275}}\n{{w_50035}}五十音図ア行の第一音。五母音の一。後舌の開母音... "text": "あ\n{{w_50275}}\n{{w_50035}}五十音図ア行の第一音。五母音の一。後舌の開母音..."
}, }
... ]
}
]
}
``` ```
You may have noticed the unusual-looking double curly bracket markers such as `{{w_50035}}`. Remember what I mentioned You may have noticed the unusual-looking double curly bracket markers such as `{{w_50035}}`. Remember what I mentioned