Hi! Can someone help me to tune BloggingBundle to avoid iconv error? The problem is: when i try to fetch category list (cat->) i get an error "iconv: (stdin): cannot convert" I'm using WordPress as blog engine with MySQL (all fields set to utf8 manually).
PS Some of the categories is in russian (utf8).
On Aug 13, 2007, at 3:54 AM, Alexey Blinov wrote:
Can someone help me to tune BloggingBundle to avoid iconv error?
The blogging bundle currently use AppleScript for the list of menus, AppleScript wants MacRoman as input.
So if your categories cannot be represented with MacRoman, we can’t show them with MacRoman.
Brett has an updated category command based on tm_dialog, so that one should work for you. You’ll have to search the list (or his blog) for this.