Re: sequence convertion
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Dec 13, 2003
- 604 views
----- Original Message ----- >From: Hayden McKay >Subject: sequence convertion > > > >How do I convert a "single integer char" string >to a "double integer char" string? >and visa versa. I don't know what you mean by the terms "single integer char" and "double integer char". Are you talking about double-byte characters? Can you give us some examples of these things? Currently, all integers in a sequence are 30-bit signed integers. A double-byte character is 16 bits, so there is no conversion needed for 8-bit chars into 16-bit chars. -- Derek