Top "Encode" questions

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

PHP JSON Encode not working

This is the var_dump of the array I want to encode into JSON: array(3) { [0]=> array(2) { ["From"]=> string(14) "08 …

php arrays json encode var-dump
Convert String from EBCDIC to Unicode / UTF8

I'm able to send messages from Java to Websphere MQ on AS400. If I send messages from WinXP, there is …

java windows encode ibm-mq ebcdic
node.js fs.writeFileSync() How to set encoding to big5?

the fs.writeFileSync encode default is UTF 8 I can't set the encode to big5. The documentation does not mention those …

node.js encode fs big5
NSKeyedArchiver.archivedData does not work in Swift 3 iOS

When try to encode my custom object in iOS swift get this error from Xcode 8.3 unrecognized selector sent to instance 0…

ios swift encode dealloc nskeyedarchiver
Alt attribute encoding with JavaScript

Html entities must be encoded in alt attribute of an image in HTML page. So <img id="formula" alt="…

javascript special-characters encode html
Escaping & for display in mail client (mailto link)

I have a JavaScript function like so: var strBody = encodeURI(window.location.href); var strSubject = encodeURI(document.title); var mailto_…

javascript urlencode encode
Capture video using webcam and save as avi using c#

Possible Duplicate: Webcam capture and convert to avi Is there any way of capturing video from webcam, encode and save …

c# webcam video-capture encode avi
PHP JSON Encode square bracket

I have a simple JSON array I am trying to encode. Inside of the JSON string I need another array …

php json encode square-bracket