Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

RE: Need info on ascii converstion.

1 view
Skip to first unread message

Dhoke, Swati (Swati) **CTR**

unread,
Mar 14, 2013, 3:06:27 AM3/14/13
to perl-u...@perl.org, Bose, Hrishikesh (Hrishikesh)

Hi  Team ,

 

Data I am trying to pass is getting converted into ascii  , how can I avoid that in my script .

 

I have tried below module :

 

use utf8;

use feature 'unicode_strings';

 

I still get ascii data even on using above modules

 

Error that I am receiving is below :

 

$VAR1 = bless( {

                 'why' => 'Expected 8 or 0 byte long (19)'

               }, 'Cassandra::InvalidRequestException' );

 

REFERENCE : http://perldoc.perl.org/Encode.html#Handling-Malformed-Data.

 

Thanks ,

Swati

 

 

Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯

unread,
Mar 19, 2013, 5:45:35 PM3/19/13
to perl-u...@perl.org
> Error that I am receiving is below :
>
> $VAR1 = bless( {
> 'why' => 'Expected 8 or 0 byte long (19)'
> }, 'Cassandra::InvalidRequestException' );
You haven't shown any code and input data to produce that error. Provide
a minimal, stand-alone example that someone else can run to reproduce
the problem on his own computer. <http://sscce.org/>
<http://www.chiark.greenend.org.uk/~sgtatham/bugs.html#showmehow>
signature.asc
0 new messages