Top "Encode" questions

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

How can I create a tree for Huffman encoding and decoding?

For my assignment, I am to do a encode and decode for huffman trees. I have a problem creating my …

python tree encode huffman-code
Encode/Decode AndroidManifest.xml inside APK

I'm using ApkTool to decode AndroidManifest.xml inside an APK file and it works perfectly but how can I encode …

android android-manifest apk decode encode
QR codes image generator in java (open source but no GPL)

I'm seeking an open source QR codes image generator component in java (J2SE), but the open source licence mustn't …

java encode qr-code
How to decode a unicode string Python

What is the best way to decode an encoded string that looks like: u'u\xf1somestring' ? Background: I have a …

string python-2.7 unicode decode encode
Python UnicodeDecodeError - Am I misunderstanding encode?

Any thoughts on why this isn't working? I really thought 'ignore' would do the right thing. >>> 'add \…

python unicode ascii encode ignore
What is the equivalent of JavaScript's decodeURIcomponent in PHP?

I have a string with unicode characters that I am transferring via HTTP. This string was encoded with Javascript's encodeURIcomponent(). …

php javascript decode encode
PHP unserialize fails with non-encoded characters?

$ser = 'a:2:{i:0;s:5:"héllö";i:1;s:5:"wörld";}'; // fails $ser2 = 'a:2:{i:0;s:5:"hello";i:1;s:5:"world";}…

php character encode serialization
Remove encoding using PHP

I have the following text: We%27re%20proud%20to%20introduce%20the%20Amazing I'd like to remove the encoding using PHP, …

php encode
How can I JSON encode an array in VB.NET?

I need to pass back a JSON result for a routine I am working with. In VB.NET, how can …

asp.net arrays json vb.net encode
Arabic language in php/mysql appears "????" question marks in html

Possible Duplicate: Save Data in Arabic in MySQL database I have a problem with retrieving Arabic data from MYSQL database …

php mysql encode arabic html-encode