{
connection.markTCSNegotiated();
return;
}
CodeSetComponentInfo info = pior.getCodeSetComponentInfo();
if (info != null && !ignoreComponentInfo)
{
connection.markTCSNegotiated(); // even if this aborts, we should not try negotiating again.
connection.setCodeSets( CodeSet.getNegotiatedCodeSet( info, /* wide */ false ),
CodeSet.getNegotiatedCodeSet( info, /* wide */ true ) );