charlesthomas / magpie

Git-backed Evernote replacement
MIT License
645 stars 50 forks source link

re-adding unicode support without quote and quote_plus #41

Closed tony-o closed 10 years ago

tony-o commented 10 years ago

also fixed the tests for how unicode is actually handled by the server & the browser (self.fetch was sending \x### instead of %## like a browser would actually send)

tony-o commented 10 years ago

@erickr it does, i just revised this with #bdca56c so that unicode is fine and the only items encoded are special FS characters. this revision also has your PR changes in it (so we're not clobbering each other)

erickr commented 10 years ago

Looks good to me!