hoelzro / sahara-sync

A free software (AGPL) alternative to Dropbox
7 stars 0 forks source link

Add proper Unicode support #59

Open hoelzro opened 12 years ago

hoelzro commented 12 years ago

Currently, Sahara Sync will store blobs with Unicode filenames, but it doesn't do anything special, like normalization or denormalization. Unicode metadata values and blob contents are also supported. However, it might cause funny log output, and Unicode metadata keys are not supported.

hoelzro commented 12 years ago

For example, I don't know if you should or shouldn't specify binmode: :encoding(utf8) for a logger object.