anwilli5 / coin-collection-android-US

Repo for the Coin Collection Android app
GNU General Public License v3.0
10 stars 5 forks source link

Newline characters in coin notes breaks import functionality #10

Closed anwilli5 closed 7 years ago

anwilli5 commented 7 years ago

Newline characters cause empty lines (or lines with unexpected formatting) to be produced in the exported .csv files, which causes parsing errors upon import. Sounds like we need to escape new line characters as well?

anwilli5 commented 7 years ago

Actually, let's just base64 encode the notes so that weird characters aren't a problem anymore

sw23 commented 7 years ago

Why not just switch to a format like json for the saved data?

On Thu, Mar 9, 2017, 11:59 AM anwilli5 notifications@github.com wrote:

Actually, let's just base64 encode the notes so that weird characters aren't a problem anymore

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/anwilli5/coin-collection-android/issues/10#issuecomment-285412263, or mute the thread https://github.com/notifications/unsubscribe-auth/AHEwd_QlrSNql0txsyLL6Dgt8GIB1NpZks5rkC_-gaJpZM4MXteX .