View Single Post
fpp's Avatar
Posts: 2,853 | Thanked: 968 times | Joined on Nov 2005
#33
Hmm, looks like a bug I already fixed and forgot to release :-(

Try this - open file "syncnotes.py" (in snxm/ui), line 270 should be:
title = body[0][:-1]
Replace it with :
title = unicode(body[0][:-1], 'utf-8')
Be careful to keep the indentation the same as with the lines above and below. If you don't have it already, use KhtEditor which is great for Python code.

Try again and tell me if it fixes the problem. if it does, I'll post an updated archive ASAP. Sorry !
__________________
maemo blog
 

The Following User Says Thank You to fpp For This Useful Post: