コード例 #1
0
 /// <summary>
 /// Union the set of all characters that may output by this object
 /// into the given set.
 /// </summary>
 /// <param name="toUnionTo">The set into which to union the output characters.</param>
 public virtual void AddReplacementSetTo(UnicodeSet toUnionTo)
 {
     toUnionTo.AddAll(translit.GetTargetSet());
 }