On 27/02/2007, at 03:57 AM, Henry Maddocks wrote:
> > Can you try these commands?
> >
> > <your-ruby> --version
> > <your-ruby> -e ''s="\0B"; p s; p s =~
/\x00\x62/i''
> >
> > The i option in the regex -----------------------^ makes the
> > comparison
> > insensitive.
>
> henry$ ruby --version
> ruby 1.8.5 (2006-08-25) [powerpc-darwin8.8.0]
> henry$ ruby -e ''s="\0B"; p s; p s =~
/\x00\x62/i''
> "\000B"
> nil
> henry$ ruby -e ''s="\0B"; p s; p s =~
/\x00\x42/i''
> "\000B"
> 0
> henry$
Hi there, sorry to barge in as a newbie, but did this one ever get resolved?
I''m having a problem implementing Joyent Connector and, whilst I
don''t think it is a
Vpim problem, I haven''t ruled it out yet. In a nutshell, the
application fails tests for
vcard processing when presented with UTF16 vcards. I''m running Ruby
1.8.5 on CentOs4 and
would like to eliminate Vpim as the cause before looking elsewhere, but this
thread has
me looking anew at Vpim.
Many thanks
Silas