Implementing new encodings in python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Pascal Bach

    Implementing new encodings in python

    Hello,

    I'm trying to implement a new character encoding defined in the GSM
    standard. The problem is that the encoding uses an extension table
    with an escaping character so I can not us a simple charmap. I think I
    have to use an IncrementalEnco der/Decoder but the problem is I don't
    know how to do it.

    If somebody can tell me how I have to do it, or even point me to an
    example?

    Thank you for you help

    Regards,
    Pascal
Working...