Top "Encode" questions

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

Encode URL in JavaScript?

How do you safely encode a URL using JavaScript such that it can be put into a GET string? var …

javascript url encode urlencode
Base64 Java encode and decode a string

I want to encode a string into base64 and transfer it through a socket and decode it back. But after …

java base64 decode encode
UnicodeEncodeError: 'charmap' codec can't encode - character maps to <undefined>, print function

I am writing a Python (Python 3.3) program to send some data to a webpage using POST method. Mostly for debugging …

python encoding decode encode
What is base 64 encoding used for?

I've heard people talking about "base 64 encoding" here and there. What is it used for?

encoding base64 encode
Convert int to ASCII and back in Python

I'm working on making a URL shortener for my site, and my current plan (I'm open to suggestions) is to …

python integer ascii encode
Python Unicode Encode Error

I'm reading and parsing an Amazon XML file and while the XML file shows a ' , when I try to …

python unicode ascii encode
C# Base64 String to JPEG Image

I am trying to convert a Base64String to an image which needs to be saved locally. At the moment, …

c# image base64 jpeg encode
PHP "pretty print" json_encode

Possible Duplicate: Pretty-Printing JSON with PHP I'm working on a script that creates a JSON file. Right now I'm just …

php json encode
How to HTML encode/escape a string? Is there a built-in?

I have an untrusted string that I want to show as text in an HTML page. I need to escape …

html ruby-on-rails ruby escaping encode
AJAX POST and Plus Sign ( + ) -- How to Encode?

I'm POSTing the contents of a form field via AJAX to a PHP script and using JavaScript to escape(field_…

javascript ajax post encode decode