> Speaking of that, is there a way to do the reverse, to get plan 9 > Bigelow fonts that Linux can use? I'm sick of my browser not knowing > that the character left of the 1 on my keyboard is an open-quote.
maybe this is your problem: ; unicode '`' 0060 ; look 0060 /lib/unicode 0060 grave accent unicode says it's a grave accent, not an open quote. but i always called that a "tick". perhaps this is what you mean? ; grep '(left|right) single quot' /lib/unicode 2018 left single quotation mark 2019 right single quotation mark - erik