creationix / wheat

Wheat is a blog engine for coders written in node.JS
Other
1.36k stars 134 forks source link

read files in utf8 (issue #28) #29

Closed jamuhl closed 12 years ago

jamuhl commented 13 years ago

to get this to work on utf8 files git-fs.js line 243 must be changed:

 // Or load from the fs directly if requested.

without this change in git-fs the application should still run but still no proper handling of ä,ö,ü,...

jamuhl commented 12 years ago

8 months: time to close this one