toAppendTo.append(output.getBytes(context.runtime.getEncodingService().charsetForEncoding(toAppendTo.getEncoding())));
}
RubyString str = context.runtime.newString(toAppendTo);
if (taint)
str.taint(context);
return str;
}
/**
* Ruby always follows Astronomical year numbering,