Re: font reduction build problem

2003-12-24 Thread Kenshi Muto
At 24 Dec 03 05:04:37 GMT, Joey Hess wrote: Unfortunatly, I then found another one: Description-ja.EUC-JP: CD Seems to me this should really be in utf-8, shouldn't it? I am currently not encluding EUC-JP in the font reduction either. :-( Also, CP1251, that seems to be the last one.

Re: font reduction build problem

2003-12-24 Thread Christian Perrier
Binary search finds it's this line: Description-pl.ISO-8859-2: Za³aduj komponenty instalatora z p³yty CD And also this one: Description-hu.ISO-8859-2: Telepítõ összetevõinek betöltése CD-rõl And lots more all in ISO-8859-*. For now I am just grepping out everything in ISO-8859-*

Re: font reduction build problem

2003-12-24 Thread Denis Barbier
On Wed, Dec 24, 2003 at 12:04:37AM -0500, Joey Hess wrote: Joey Hess wrote: LOCPATH=./tmp/floppy/tree/usr/lib/locale LC_ALL=C.UTF-8 reduce-font /usr/src/unifont.bdf all-floppy.utf unifont-reduced-floppy.bdf.tmp setlocale: C.UTF-8 FYI: MB_CUR_MAX/MB_LEN_MAX: 6/16 error -1 at position

Re: font reduction build problem

2003-12-24 Thread Christian Perrier
Quoting Denis Barbier ([EMAIL PROTECTED]): Looks like a missing debian/po/output to specify UTF-8 encoded templates. After agreement with Denis, I added the missing debian/po/output files. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: font reduction build problem

2003-12-24 Thread Kenshi Muto
At 24 Dec 03 07:42:18 GMT, Kenshi Muto wrote: Unfortunatly, I then found another one: Description-ja.EUC-JP: CD Seems to me this should really be in utf-8, shouldn't it? I am currently not encluding EUC-JP in the font reduction either. :-( Also, CP1251, that seems to be the

Re: font reduction build problem

2003-12-24 Thread Geert Stappers
On Wed, Dec 24, 2003 at 12:04:37AM -0500, Joey Hess wrote: snip/ And lots more all in ISO-8859-*. For now I am just grepping out everything in ISO-8859-* encodings when calling reduce-font. This may cause problems with stuff in those encodings, I really don't know. Unfortunatly, I then

Re: font reduction build problem

2003-12-24 Thread Steve Langasek
On Wed, Dec 24, 2003 at 04:42:18PM +0900, Kenshi Muto wrote: At 24 Dec 03 05:04:37 GMT, Joey Hess wrote: Unfortunatly, I then found another one: Description-ja.EUC-JP: CD Seems to me this should really be in utf-8, shouldn't it? I am currently not encluding EUC-JP in the font

font reduction build problem

2003-12-23 Thread Joey Hess
LOCPATH=./tmp/floppy/tree/usr/lib/locale LC_ALL=C.UTF-8 reduce-font /usr/src/unifont.bdf all-floppy.utf unifont-reduced-floppy.bdf.tmp setlocale: C.UTF-8 FYI: MB_CUR_MAX/MB_LEN_MAX: 6/16 error -1 at position 61960 (bytes: 16 Used chars: 446 (61960 processed) I remember seeing this a while ago,

Re: font reduction build problem

2003-12-23 Thread Joey Hess
Joey Hess wrote: LOCPATH=./tmp/floppy/tree/usr/lib/locale LC_ALL=C.UTF-8 reduce-font /usr/src/unifont.bdf all-floppy.utf unifont-reduced-floppy.bdf.tmp setlocale: C.UTF-8 FYI: MB_CUR_MAX/MB_LEN_MAX: 6/16 error -1 at position 61960 (bytes: 16 Used chars: 446 (61960 processed) I remember