Skip to content

Can T61STRING, TELETEXSTRING, GRAPHICSTRINGs be replaced with UTF8STRINGs? #60

Answered by vincentdephily
naveedpash asked this question in Q&A
Discussion options

You must be logged in to vote

If you're creating a new format, by all means use UTF8String (or a restricted ascii set if you're not dealing with human text : UPER can squeeze each char into less than 8 bits).

If you're implementing an existing format, you can't change its grammar. I'm not sure how well rasn supports those; decoding to utf8 is probably infallible, but not encoding.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@XAMPPRocky
Comment options

Answer selected by XAMPPRocky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants