More bb.sh troubleshooting
iconv: iconv_open(ascii//translit, utf-8): Invalid argument
this happens after I finish editing a post and bb.sh is processing it. Didn't occur when bb.sh was falling back to html posts, just after I got markdown working
update
after I read the manpage for iconv on the server and some online versions, the //translit flag doesn't work with the iconv on SDF. I removed that flag from the "ascii" output portion and the error no longer came up, and if you notice the filename of this post is now the title.
(and the '.' was removed from the title string as the above iconv call intended [sunglasses emoji])
Tags: unix, bb.sh, iconv, charset-conversion, sdf.org
The Hits Keep Hitting
blogpost() {
cd ~/html/blog ./bb.sh post
}
post from anywhere without typing any punctuation. talk about easy!
Tags: just-hacker-things, korn-shell, bashblog-2.8, unix