Y
Hacker News
new
|
ask
|
show
|
jobs
by
cryptonector
1619 days ago
Stick to UTF8String. ASN.1 predates Unicode.
1 comments
yrro
1618 days ago
Or IA5SString if you know, ahead of time, that you only need ASCII.
link
cryptonector
1618 days ago
Or do what many implementors do: just send whatever you have as whatever string type the protocol spec requires.
link