nokia / ntt

Modern tools for TTCN-3
https://nokia.github.io/ntt/
BSD 3-Clause "New" or "Revised" License
71 stars 33 forks source link

Merge charstring and universal charstring types #677

Closed 5nord closed 2 years ago

5nord commented 2 years ago

This commit merges the types String and UniversalString into a single charstring type.

A TTCN-3 charstring is just a subtype of universal charstring. Merging those types simplifies our code and makes it easier to react to future charstring changes.