[vwnc] Omnibase and TwoByteString problems

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] Omnibase and TwoByteString problems

Rob Vens-2
I am trying Omnibase (2.1 rc 47) and I am still encountering the TwoByteString problem.
'Improper store into indexable object' when trying to convert a TwoByteString to a ByteArray.
For example:
'€' asByteArray

Is there no way to serialise twobyte strings?

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Omnibase and TwoByteString problems

Reinout Heeck-2
Rob Vens wrote:
> I am trying Omnibase (2.1 rc 47) and I am still encountering the
> TwoByteString problem.
> 'Improper store into indexable object' when trying to convert a
> TwoByteString to a ByteArray.
> For example:
> '€' asByteArray
>
> Is there no way to serialise twobyte strings?

yes, tell it how ;-)



'€' asByteArrayEncoding: #utf8
'€' asByteArrayEncoding: #utf16

etc...




R
-



> ------------------------------------------------------------------------
>
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>  
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Omnibase and TwoByteString problems

Mark Roberts
Rob,

I'm not sure that OmniBase 2.1 rc 47 includes
complete support for TwoByteStrings.

You should get version 2.1.69.1 from the Cincom Public Repository.

Regards,

M. Roberts
Cincom Systems, Inc.

P.S. For some reason, your e-mail to vwnc was
marked as spam and I almost didn't see it.

At 10:07 PM 1/21/2009, Reinout Heeck wrote:

>Rob Vens wrote: > I am trying Omnibase (2.1 rc
>47) and I am still encountering the >
>TwoByteString problem. >
>'Improper store into indexable
>object' when trying to convert a > TwoByteString
>to a ByteArray. > For example: > '€'
>asByteArray > > Is there no way to serialise
>twobyte strings? yes, tell it how ;-) '€'
>asByteArrayEncoding: #utf8 '€'
>asByteArrayEncoding: #utf16 etc... R - >
>------------------------------------------------------------------------  
> > >
>_______________________________________________ >
>  vwnc mailing list > [hidden email] >
>http://lists.cs.uiuc.edu/mailman/listinfo/vwnc >
>   ______________________________________________
>_______________________________________________
>vwnc mailing list [hidden email]
>http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc