Angus Leeming <[EMAIL PROTECTED]> writes: > > Lars Gullik BjÃnnes wrote: > > > GÃrer Ãzen <[EMAIL PROTECTED]> writes: > > > > | I think there are two solutions for this problem. Best one is modifying > > | buffer code to accept and understand utf8. This will make it possible > > | to generate and use utf8 encoded files (something we aim in our > > | distribution).
Merhaba! Changing the buffer code would imply a change from 8bit chars to 16/32bit chars. So this is a solution that will take a lot of time. OTOH producing utf-8 latex would be much simpler. Since it all goes through an ostream, one would only need a latin-9 to utf-8 recoding ostream an add the correcct \usepackage[..]{inputencoding} . Why is UTF-8 so important to you? Is iso-8859-9 not good enough? Ciao /Andreas