This thread is basically a request for information. I have been cooking up something that I hope to reveal in the API and Third Party Apps topic in the next few months, and for part of it I need a list of the different styles of brackets you might come across in Japanese texts. If you have any suggestions (and examples of where they are used) I would love to hear them, even if I donβt include them.
Also, some idea of how common the styles are as I only intend to include the most common ones by default, and let you add your own custom ones if you like.
The bracket sets tend to have three parts:
- An optional opening bracket for the Kanji;
- One or more middle delimiters or an opening bracket for the Furigana; and
- A closing bracket for the Furigana
At the moment my list is as follows:
- {ζΌ’ε|γγγ} Markdown It Ruby
- ζΌ’εγγγγγ Aozora
- |ζΌ’εγγγγγ Aozora with half-width pipe
- ο½ζΌ’εγγγγγ Aozora with full-width pipe
- ζΌ’ε(γγγ) Maru-kakko
- ζΌ’εγγγγγ Dictionary
- <.ζΌ’ε>[γγγ] IME2Furigana
I may not use all of them, especially if it turns out that they arenβt very common.
Technically you could also think of ruby tags as brackets:
<ruby>ζΌ’ε<rt>γγγ</rt></ruby>
Opener: <ruby>
Delimiter: <rt>
Closer: </rt></ruby>
I probably wonβt put that in my default list though, the possible presence of <rp> tags complicates matters.
Let me know if you have suggestions to add to the list
