Top "Encode" questions

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

Enable json_encode in PHP

Could someone advise on how to enable the json_encode function in PHP? I have a clean install of Centos 5.6 …

php json centos encode
Java Servlet getParameter for a param that is a URL

I am building a site which submits a url to a servlet for analysis purposes. On the client side, I …

java url servlets parameters encode
convert H264 video to raw YUV format

Is it possible to create a raw YUV video from H264 encoded video using ffmpeg? I want to open the …

video ffmpeg h.264 encode
Angular 2 encode image to base64

I want to encode the uploaded files to base64 so that I can pass them to the request. The problem …

file angular typescript base64 encode
python encode()

Has hex codec been excluded from python 3.3? When I write the code >>> s="Hallo" >>> …

python-3.x hex encode
JSON stringify missing from jQuery 1.4.1?

Apparently jQuery has the ability to decode a given object or string into a JSON object. However, I have a …

jquery json encode decode
QR code (2D barcode) coding and decoding algorithms?

Looking for free/opensource code or description of algorithms to code (simple) and decode (hard) the 2D barcode QR code. …

camera barcode encode decode qr-code
Loading utf-8 encoded text into MySQL table

I have a large CSV file that I am going to load it into a MySQL table. However, these data …

mysql utf-8 decode encode
Python & MySql: Unicode and Encoding

I am parsing json data and trying to store some of the json data into Mysql database. I am currently …

python mysql unicode utf-8 encode
Encode a string in UTF-8

I want to encode a string into UTF8 in PowerShell. This is what I tried: $consumer_key ="xvz1evFS4wEEPTGEFPHBog" $…

powershell utf-8 encode