| 99 | { |
| 100 | |
| 101 | void IntlParametersBlock::toUtf8(ClumpletWriter& pb) |
| 102 | { |
| 103 | UCHAR utf8Tag = getUtf8Tag(); |
| 104 | if (utf8Tag) |
| 105 | { |
| 106 | pb.insertTag(utf8Tag); |
| 107 | } |
| 108 | |
| 109 | processParametersBlock(strToUtf8, pb); |
| 110 | } |
| 111 | |
| 112 | void IntlParametersBlock::fromUtf8(ClumpletWriter& pb) |
| 113 | { |