1. sequence convertion
- Posted by "Hayden McKay" <hmck1 at dodo.com.au> Dec 13, 2003
- 627 views
--=======AVGMAIL-3FDAD5B441AB======= ------=_NextPart_000_0005_01C3C1B4.12A0ADA0 How do I convert a "single integer char" string to a "double integer char" string? and visa versa. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.551 / Virus Database: 343 - Release Date: 11/12/03 ------=_NextPart_000_0005_01C3C1B4.12A0ADA0 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.2800.1276" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>How do I convert a "single integer char" string </FONT></DIV> <DIV><FONT face=Arial size=2>to a "double integer char" string?</FONT></DIV> <DIV><FONT face=Arial size=2>and visa versa.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2><BR>---<BR>Outgoing mail is certified Virus Free.<BR>Checked by AVG anti-virus system (<A href="http://www.grisoft.com">http://www.grisoft.com</A>).<BR>Version: 6.0.551 / ------=_NextPart_000_0005_01C3C1B4.12A0ADA0-- --=======AVGMAIL-3FDAD5B441AB======= Content-Type: text/plain; x-avg=cert; charset=iso-8859-2 Content-Transfer-Encoding: 8bit Content-Disposition: inline Content-Description: "AVG certification" Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.548 / Virus Database: 341 - Release Date: 5/12/03 --=======AVGMAIL-3FDAD5B441AB=======--
2. Re: sequence convertion
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Dec 13, 2003
- 603 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
3. Re: sequence convertion
- Posted by "Hayden McKay" <hmck1 at dodo.com.au> Dec 13, 2003
- 603 views
Yes I was talking about double-byte chars Thanxs this the info u gave me was helpfull ----- Original Message ----- From: "Derek Parnell" <ddparnell at bigpond.com> To: <EUforum at topica.com> Subject: Re: sequence convertion > > > ----- Original Message ----- > >From: Hayden McKay > >To: EUforum at topica.com > >Sent: Saturday, December 13, 2003 8:02 PM > >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 > > > > TOPICA - Start your own email discussion group. FREE! > > > -- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.551 / Virus Database: 343 - Release Date: 11/12/03 > --- --
4. Re: sequence convertion
- Posted by "Hayden McKay" <hmck1 at dodo.com.au> Dec 15, 2003
- 672 views
thxs ----- Original Message ----- From: "Matt Lewis" <matthewwalkerlewis at yahoo.com> To: <EUforum at topica.com> Subject: RE: sequence convertion > > > Hayden McKay wrote: > > > > How do I convert a "single integer char" string > > to a "double integer char" string? > > and visa versa. > > As already mentioned, it sounds like you're talking Unicode here. You > could take a look at unicode.ew in EuCOM (search the archives for COM). > > Matt Lewis > > > > TOPICA - Start your own email discussion group. FREE! > > > -- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.551 / Virus Database: 343 - Release Date: 11/12/03 > --- --