-WIP-electrum-btcp/plugins
Gergely Imreh cbfa921276 pointofsale: generated bitcoin url might contain invalid characters
The bitcoin invoice url generated for the QR code might contain illegal
characters because the labels can have any text. In default it already
contains spaces (ie. the naming convention "Invoice - 0001").

The invalid URL did confuse e.g. the Bitcoin Wallet Android app, that
couldn't read bitcoin addresses from the generated QR code.

This is fixed by escaping the label text before displaying it as a
QR code.
2013-11-26 12:31:50 +08:00
..
__init__.py header for plugins 2013-03-02 16:31:28 +01:00
aliases.py fix more bare excepts 2013-11-10 12:30:57 -08:00
exchange_rate.py fix more bare excepts 2013-11-10 12:30:57 -08:00
labels.py fix more bare excepts 2013-11-10 12:30:57 -08:00
pointofsale.py pointofsale: generated bitcoin url might contain invalid characters 2013-11-26 12:31:50 +08:00
qrscanner.py fix more bare excepts 2013-11-10 12:30:57 -08:00
virtualkeyboard.py separate directories for GUIs 2013-09-11 11:45:58 +02:00