Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
data-chars/doc/keys.txt
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
46 lines (28 sloc)
1.17 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data/keys.json | |
~~~~~~~~~~~~~~ | |
This file contains key (short identifier) to character mappings. | |
* Structure | |
The file contains a JSON object with following name/value pair: | |
key_sets [object] | |
Names are key set names and values are corresponding JSON objects | |
with following name/value pairs: | |
key_to_char [object?] | |
Names are keys and values are corresponding characters. | |
key_to_seq [object?] | |
Names are keys and values are corresponding character | |
sequences. | |
label [string] | |
A short human readable name of the key set. | |
sw [string?] | |
A page name in SuikaWiki. | |
<https://wiki.suikawiki.org/n/{name}>, where {name} is a | |
percent-encoded value of this field, is the URL for the page. | |
url [string?] | |
The source of the key set, if any. | |
* License | |
You are granted a license to use, reproduce, and create derivative | |
works of the JSON file and this document. | |
Per CC0 <https://creativecommons.org/publicdomain/zero/1.0/>, to the | |
extent possible under law, the author of the JSON file and this | |
document has waived all copyright and related or neighboring rights to | |
the JSON file and this document. |