So that Unicode escape sequences appear correctly in javadocs.
This commit is contained in:
parent
2d6c8be804
commit
26993a5093
1 changed files with 8 additions and 8 deletions
|
@ -33,15 +33,15 @@ package org.thdl.tib.text.tshegbar;
|
|||
* <i>consonant stack</i> is or one or more consonants stacked
|
||||
* vertically, plus an optional vocalic modification such as an
|
||||
* anusvara (DLC what do we call a bindu?) or visarga, plus zero or
|
||||
* more signs like <code>\u0F35</code>, plus an optional a-chung
|
||||
* (<code>\u0F71</code>), plus an optional simple vowel.</li> <li>By
|
||||
* <i>simple vowel</i>, we mean any of <code>\u0F72</code>,
|
||||
* <code>\u0F74</code>, <code>\u0F7A</code>, <code>\u0F7B</code>,
|
||||
* <code>\u0F7C</code>, <code>\u0F7D</code>, or
|
||||
* <code>\u0F80</code>.</li> </ul>
|
||||
* more signs like <code>\u0F35</code>, plus an optional a-chung
|
||||
* (<code>\u0F71</code>), plus an optional simple vowel.</li> <li>By
|
||||
* <i>simple vowel</i>, we mean any of <code>\u0F72</code>,
|
||||
* <code>\u0F74</code>, <code>\u0F7A</code>, <code>\u0F7B</code>,
|
||||
* <code>\u0F7C</code>, <code>\u0F7D</code>, or
|
||||
* <code>\u0F80</code>.</li> </ul>
|
||||
*
|
||||
* (Note: The string <code>"\u0F68\u0F7E\u0F7C"</code> seems to equal
|
||||
* <code>"\u0F00"</code>, though the Unicode standard does not
|
||||
* (Note: The string <code>"\u0F68\u0F7E\u0F7C"</code> seems to equal
|
||||
* <code>"\u0F00"</code>, though the Unicode standard does not
|
||||
* indicate that it is so. This code treats it that way.)</p>
|
||||
*
|
||||
* <p> This class allows for invalid tsheg bars, like those
|
||||
|
|
Loading…
Reference in a new issue