// The first value is the native code set
nativeSet = Integer.decode(stok.nextToken()).intValue();
if (OSFCodeSetRegistry.lookupEntry(nativeSet) == null)
throw wrapper.unknownNativeCodeset( new Integer(nativeSet) ) ;
List conversionList = new ArrayList(10);
// Now process the other values as part of the
// conversion code set list.