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

Re: latex build problem [SOLVED: UTF-8 -> iso-8859-1]



After all the fuss.. problem was one file was commited by UTF-8.
Fixed by converting with iconv command.

On Sat, Jan 04, 2003 at 10:10:21PM -0800, Osamu Aoki wrote:
> Thanks for the coments, folks.
> 
> On Sat, Dec 28, 2002 at 12:37:03AM +1000, Drew Parsons wrote:
> > On Fri, Dec 27, 2002 at 12:23:03AM -0800, Osamu Aoki wrote:
> > > On Wed, Dec 25, 2002 at 05:44:16PM -0800, Osamu Aoki wrote:
> > > > I encounter errors in latex when building PS file (or PDF file).
> > > > I do not understand "(\end occurred inside a group at level 31)"
...
> 0xA8 must be removed: shown in screen as " 
>   (but slightly different and round under different charset in browser)
> 0xAC must be removed: shown in screen as ¬
> 0xB2 must be removed: shown in screen as ²
> 0xB9 must be removed: shown in screen as (block)
>   (but small top 1 under different charset in browser)

All of these was preceded by 0xC3  ---> 2 bite chars... That was a hint.
 $ iconv -f utf-8 -f iso-8859-1 badfile.sgml-utf8 >badfile.sgml
This fixed it :)  Debiandoc needs iso-8859-1 for TEX.
-- 
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ +++++
        Osamu Aoki <osamu@debian.org>   Cupertino CA USA, GPG-key: A8061F32
 .''`.  Debian Reference: post-installation user's guide for non-developers
 : :' : http://qref.sf.net and http://people.debian.org/~osamu
 `. `'  "Our Priorities are Our Users and Free Software" --- Social Contract



Reply to: