On Mon, Sep 22, 2008 at 10:47:36AM -0400, Seth Thomas Rasmussen wrote:
> Took the plunge, and some things are improved, although I am still
> having problems with some Japanese characters it seems. Maybe just a
> font problem.
Okay, you can't display Japanese characters with the Arial font.
Try a Japanese font, for example, AppleGothic:
Shoes.app do
para "てすと (te-su-to)", :font => "AppleGothic"
end
Yeah, it would be nice to build into Shoes some fallback fonts to
use in cases where we know the characters won't show.
_why