Top "Decode" questions

To convert some encoded data (e.g. bytes, electrical signals) to some representation ready for further processing (e.g. string, object, picture)

Data extraction from /Filter /FlateDecode PDF stream in PHP

I can not decrypt the data from the stream like: 56 0 obj << /Length 1242 /Filter /FlateDecode >> stream x]êΩ…

php pdf 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
Decoding Base64 Images

I have recently found a file on the web, and I really need the original url to it, but it's …

url base64 decode
Comparing dates in Oracle using the decode function

I need to compare two dates using the Oracle decode function to see if one is less than or equal …

sql oracle date decode date-arithmetic
Decoding facebook's blob video url

I found blob:https://www.facebook.com/c7e5a634-2343-4464-a03e-4a1987301ca1 video source on Facebook's …

facebook blob decode
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-5: ordinal not in range(128)

I'm simply trying to decode \uXXXX\uXXXX\uXXXX-like string. But I get an error: $ python Python 2.7.6 (default, Sep 9 2014, 15:04:36) [GCC 4.2.1 Compatible …

python python-2.7 utf-8 decode
Decode HTML entities in android

I need to decode HTML entities, e.g. from &#246; to ö, and &amp; to &. URLEncoder.decode(str) does …

html android decode
How to Convert Pdf to base64 and Encode / Decode

OK, I have some pdf need convert to base64 by base64encoder. finally, I use decoder to convert back to …

java pdf base64 decode encode
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