|
|
|
|
|
by nosignal
5186 days ago
|
|
Hangul, the Korean writing system, is at once phonetic and syllabic. Each "symbol" represents a syllable, but each sub-symbol represents a particular sound in the syllable; and each sub-sub-symbol encodes phonetic information about how it should be pronounced. See http://en.wikipedia.org/wiki/Hangul#Letter_design for a better explanation. A binary representation of the Hangul system could be very interesting. Use the symbol 1 for "vowel base" and +1 for "high", +2 for "high front", +3 for "high back"… You could eventually have each byte represent a syllable. It'd be like chmod commands + phonetics. There goes my evening… |
|