Top "Encode" questions

to convert some data (e.g. string, picture) to some representation (e.g. bytes, electrical signals)

How to read csv data with unknown encoding in R

I have a .csv data, and I could view it from a webpage, but when I read it into R, …

r csv input encode
convert base64 string to image with javascript

Am developing an application with Titanium. I need to convert base64 string which i would be getting from JSON to …

javascript json image titanium encode
PHP how encode/decode text with key?

Code: $result = mcrypt_ecb (MCRYPT_3DES, 'test', $string, MCRYPT_ENCRYPT); It code encode $string. But how decode $result? Tell me …

php decode encode
How to create two way encode/decode methods using use-specific key - PHP?

I need two functions/methods, one to encode, one to decode. This is not for storing passwords. Each user will …

php encryption encode salt
Convert image to base 64 string with Laravel

I want to convert an image to base 64 with Laravel. I get the image from a form . I tried this …

php laravel base64 encode
Encode string representation of integer to base64 in Python 3

I'm trying to encode an int in to base64, i'm doing that: foo = 1 base64.b64encode(bytes(foo)) expected output: …

python string int base64 encode
ajax post special characters

How do I pass a a large string containing characters like '%' and '&' to my php …

javascript ajax special-characters encode
How to escape url encoding?

I am creating a link that creates URL parameters that contains links with URL parameters. The issue is that I …

c# asp.net url decode encode
Problem with json_encode()

i have an simple array: array 0 => string 'Kum' (length=3) 1 => string 'Kumpel' (length=6) when I encode the array using …

php arrays json encode
Converting object to an encodable object failed

I am getting the following error: Converting object to an encodable object failed: Instance of 'Patient' #0 _JsonStringifier.writeObject (dart:convert/…

json serialization dart encode