9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@9fans.net
Subject: Re: [9fans] localization
Date: Wed, 27 Apr 2011 17:00:46 -0400	[thread overview]
Message-ID: <f78f973c6a74c341f94f52e095e083f9@ladd.quanstro.net> (raw)
In-Reply-To: <20110427204549.GH1840@vicerveza.homeunix.net>

> > > It's also easier to deal with fixed-width fonts than with many typing fanciness,
> > > as it is easier to take types as fixed drawings than combine them as in arabic.
> >
> > both of these problems are quite easy to solve, since they
> > can be solved once, and are solved problems in plan 9.
>
> But then comes the antialiasing, the subpixel rendering for LCDs, the hinting,
> and all becomes quite complex. I think plan9 works mostly with bitmap fonts,
> isn't it?

plan 9 uses bitmap fonts, but bitmap fonts may be subpixel fonts.  i'm using
one right now.

i think you just made a slipperly slope argument.  just because you solve
one problem, doesn't mean you have to solve every related problem.

> I was not aware that plan9 had the arabic linking solved. Good to know!

sorry.  i didn't read carefully enough.  that's not solved.

however, there are some i18n-related problems that are simply solved.
my system has 32-bit runes and full unicode 6.0 tables for things like
isupperrune, etc. all programs are now happy with runes values up to
0x10FFFF.  grep also accepts -I, which by analogy to -i strips everything
down to a base rune, like dict(1) has traditionally done.  russ has pointed
out that converting to character classes would be faster, and it is, but
only by about 30%.

the first order problem right now is variable-height lines of text so, e.g.,
Ñ doesn't look so bad.

- erik

http://www.quanstro.net/magic/man2html/1/grep
http://www.quanstro.net/magic/man2html/2/isalpharune
http://www.quanstro.net/magic/man2html/2/runeclass




  parent reply	other threads:[~2011-04-27 21:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-27 15:59 dexen deVries
2011-04-27 16:14 ` erik quanstrom
2011-04-27 17:08   ` Gabriel Diaz
2011-04-27 17:20     ` Lluís Batlle i Rossell
2011-04-27 18:17       ` erik quanstrom
2011-04-27 20:45         ` Lluís Batlle i Rossell
2011-04-27 20:51           ` dexen deVries
2011-04-27 21:00           ` erik quanstrom [this message]
2011-04-27 21:52           ` smiley
2011-04-27 18:04 ` tlaronde
2011-04-27 21:29   ` Iruatã Souza
  -- strict thread matches above, loose matches on Subject: below --
2005-02-05 12:52 Sergey Reva
2005-02-05 14:51 ` Steve Simon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f78f973c6a74c341f94f52e095e083f9@ladd.quanstro.net \
    --to=quanstro@quanstro.net \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).