void IntlParametersBlock::toUtf8(ClumpletWriter& pb, UCHAR utf8Tag) { if (utf8Tag) { pb.insertTag(utf8Tag); } processParametersBlock(strToUtf8, pb); }
bool putSingleTag(char**&, ClumpletWriter& spb, unsigned int tag) { spb.insertTag(tag); return true; }