[Gambas-user] problem with a file

Jean-Yves F. Barbier 12ukwn at ...626...
Wed Nov 25 11:47:03 CET 2009


Jean-Yves F. Barbier a écrit :
> Jean-Yves F. Barbier a écrit :
> ...
>> Could somebody tell me why this happens?
> 
> I've the same problem with another file; so now I suspect the String 
> to be utf-8 and to throw me out before the end of the conversion
> because of an odd combination of bytes.

A comparison between what's in DB and uuencode give the same result
except uuencode has 3 more chars: DB is "=="  and uuencode is "=====" 
(with a CR between 2nd and 3th "=")

As = means a space, I may consider it is the same.

So PB is located in base64 to string, but nothing seems wrong in the
code.

Counting Base64 Bytes gives 400 in and 400 out, but output string
is 234 instead of 298.  Arrghhhhh

-- 
"I am ecstatic that some moron re-invented a 1995 windows fuckup."
		-- Alan Cox




More information about the User mailing list