Re: EncodingConverter.[hC]

1999-03-29 Thread Asger Alstrup Nielsen
> Ok. For fixed with we require both to and from unicode, and for > variable length we require only from unicode. > > Then I propose that we do this: make both to and from unicode be > purvirtual in EncodingConverter (I think we perhaps should change that > name...not important), and create a sec

Re: EncodingConverter.[hC]

1999-03-28 Thread Lars Gullik Bjønnes
>> Lars Gullik Bjønnes writes: LGB> Asger, LGB> Why does EC.C has definitions for convertToUnicode and LGB> convertFromUnicode? Couldn't these just be pure virtual? Ok. For fixed with we require both to and from unicode, and for variable length we require only from unicode. Then I prop

EncodingConverter.[hC]

1999-03-28 Thread Lars Gullik Bjønnes
Asger, Why does EC.C has definitions for convertToUnicode and convertFromUnicode? Couldn't these just be pure virtual? and how about a name change? toUnicode and fromUnicode, does not have less meaning than the longer variants. Lgb