>> 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 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 second class derived from this
that define from unicode, but not to unicode.

No overhead. And the developers will be forced to do as we want them
to.

        Lgb

Reply via email to