This issue was copied from the upstream repository google/emboss.
Original issue: google#28
Original state: closed, created at: 2022-02-15T23:05:08Z, updated at: 2023-05-25T20:41:15Z, by @reventlov
Original description
Currently, strings are modeled as UInt:8[] -- that is, just arrays of bytes.
Direct support for an actual string type would help at the API layer and in the text format.
This issue was copied from the upstream repository
google/emboss.Original issue: google#28
Original state: closed, created at: 2022-02-15T23:05:08Z, updated at: 2023-05-25T20:41:15Z, by @reventlov
Original description
Currently, strings are modeled as
UInt:8[]-- that is, just arrays of bytes.Direct support for an actual string type would help at the API layer and in the text format.