I noticed that charm was broken after recent update (incorrect encoding), started googling and found my own message below. How neat!
Search Criteria
Package Details: charm 1.9.2-1
Package Actions
| Package Base: | charm |
|---|---|
| Description: | "A full-featured, console-based, cross-platfom blogging client |
| Upstream URL: | http://sourceforge.net/projects/ljcharm/ |
| Category: | editors |
| Licenses: | |
| Submitter: | None |
| Maintainer: | ndowens |
| Last Packager: | None |
| Votes: | 29 |
| First Submitted: | 2009-01-22 13:40 |
| Last Updated: | 2013-06-13 20:40 |
Dependencies (1)
Required by (0)
Sources
Latest Comments
Comment by kyak
Comment by kyak
To include the patch to this package, of course :)
Comment by kyak
Changing the line 357 of /usr/lib/python2.7/site-packages/ljcharm.py:
from:
if loc[1] == "UTF8":
to:
if loc[1] == "UTF-8":
fixes the problem when posting in UTF-8. For some (stupid) reason charm believes that locale should read "UTF8", when really "UTF-8" is the correct notation.
Would it be possible to include this package to this package?
THanks.
Comment by adityam
If feedparser is not installed, posting a new post to wordpress (perhaps others as well) fails. The reason is analyzed in the comments in this blog post: http://kmandla.wordpress.com/2009/01/20/howto-use-charm-like-a-pro/
I wrote a patch implementing this suggestion: https://gist.github.com/2856935 Can you incorporate it in the PKGBUILD?
Comment by cman
The opt dependency should be python2-feedparser, since it is using python2
Thanks!
Anonymous comment
python2 fix. Thank you, darkpegasus333.
Anonymous comment
A fix for the change over to python2:
http://aur.pastebin.com/uyQw4ZiS