package nisaba

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message LetterLanguages

letter_languages.proto:25

An index containing, for each letter of a particular script, a list of languages using it. Next available ID: 3

message LetterLanguages.Item

letter_languages.proto:29

A mapping between single letter and the corresponding list of languages. Next available ID: 4

Used in: LetterLanguages

message UnicodeStrings

unicode_strings.proto:25

Next available ID: 4

A data item can represent a single item in a list of Unicode strings or an item in a mapping.

message UnicodeStrings.Item

unicode_strings.proto:30

Next available ID: 5

Fields `uname` and `raw` are required for defining Unicode string lists (languages) or the source item in a mapping (relation). At least one of the two fields has to be set. If both fields are set, codepoint representation in `uname` must match the contents of `raw`, otherwise an error is raised.

Used in: LetterLanguages.Item, UnicodeStrings