btrask / stronglink

A searchable, syncable, content-addressable notetaking system
Other
1.04k stars 39 forks source link

Non-UTF8 support #46

Open btrask opened 9 years ago

btrask commented 9 years ago

Right now we assume UTF-8 for everything. Files uploaded through the browser typically don't have text encoding specified at all, so we need to do sniffing in that case (or provide an explicit override). Then we need to do conversion when generating the full-text content for meta-files.