croqaz / scrambled-egg

Easily encrypt your messages using AES, ARC2, Blowfish, CAST, DES3 or RSA, then encode the result in a printable form, using Base64, Base32, HEX, Quopri, string escape, UU, XML or Json.
1 stars 0 forks source link

Encrypting C++ source code in GUI #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Text like :

hello << world

Is encoded like :

hello

#

This affects all versions.

The Qt widget QTextEdit is to blame, again. Check issue #1.

The function "cleanupHtml" must be re-written. It's more complex than simply 
replacing character "<" with "&lt;", because this completely destroys all HTML; 
tags like "<br>" will be also affected and transformed into "&lt;br>".

Original issue reported on code.google.com by prah...@gmail.com on 9 Dec 2011 at 8:14

GoogleCodeExporter commented 9 years ago
This issue should be fixed starting with commit r93, but it needs more testing 
before closing.

Original comment by prah...@gmail.com on 9 Dec 2011 at 9:20

GoogleCodeExporter commented 9 years ago
Issue fixed.

Original comment by prah...@gmail.com on 30 Mar 2012 at 7:21