* @param write_length true if the length of the character should be written
* @param giop_minor the low-order byte of the giop version (1.x is assumed)
*/
public void write_char( OutputBuffer buffer, char c, boolean write_bom, boolean write_length, int giop_minor )
{
throw new CODESET_INCOMPATIBLE("Bad codeset: " + getName() );
}