ferrucc-io / kit-crm

A personal CRM built on Blockstack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export contacts does not use utf-8 encoding.

friedger opened this issue · comments

I see "Müffke" instead of "Müffke" in the exported file.

Thanks for the heads up, looking into how to fix this ASAP :)

It turns out this bug is due to Blockstack's putFile not encoding text as UTF-8

Will look into finding a way to make export not relying on that dependency

It's a problem with their library, I don't have time to study how it works and send a PR fixing this

This was just pushed as a fix by the blockstack devs in this PR