Next: Registering new code sets, Previous: Character data Converter, Up: Code sets [Contents][Index]
To create new converters, PolyORB uses special factory subprograms with the following profile:
function Factory return Converter_Access;
or
function Factory return Wide_Converter_Access;
This function must allocate a new Converter
and initialize its state.