Yoshikoder

What’s new with the Yoshikoder?

Archive for June 2006

Pesky drive names (Version 0.2.1)

without comments

There's a new release of the YKConverter that fixes a rather nasty bug for Windows users trying to convert webpages. It seems the old C:\ shuffle tripped me up. The moral of this bug is: do not construct local URLs by hand, use file.toURI().toURL() instead.

This release also attempts to remove <!— thing —> sections that the html parser tends to leave in. These are usually useful but deeply uninteresting chunks of javascript. The removal code might not always work, but it might save you some post-editing.

The new release is available from the converter's homepage.

Written by Will

June 12, 2006 at 3:54 pm

Posted in Development, Releases