lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: multibyte character faking


From: Valeriy E. Ushakov
Subject: Re: multibyte character faking
Date: Mon, 4 Dec 2000 16:07:25 +0300
User-agent: Mutt/1.3.3i

On Mon, Dec 04, 2000 at 10:02:13 +0100, dr.Eduard Werner (Edward Wornar) wrote:

> Right now, I'm simply switching fonts with the @Language and @Font
> directives and stripping the \0201-\0205 before processing the input
> file with a Makefile.  How can I change the setup to make lout using
> a pipe automatically in the BasicSetup?

Hey, that's smart!

If you have primarily ASCII text with only occasional latin-* words,
you might hack your way through with 

    def "\200" right x { x }
    def "\201" right x { x }
    def "\202" right x { x }
    # ...

The drawback is that you loose hyphenation, but for occasional word or
two that shouldn't be a problem.

SY, Uwe
-- 
address@hidden                         |       Zu Grunde kommen
http://www.ptc.spbu.ru/~uwe/            |       Ist zu Grunde gehen


reply via email to

[Prev in Thread] Current Thread [Next in Thread]