On Fri, Oct 13, 2000 at 02:45:27AM +0400, Michael Sobolev wrote:
> > How do you create you all.utf file?
> And the answer to this question is really important as error code -1 means `An
> invalid multibyte sequence encountered'.  I'd guess that the file all.utf is
> not in utf-8...

I knew i've forgotten something :-\

$ cd utilities/dbootstrap/po
$ make all-utf
$ for x in utf/??.trm;do make `echo $x|sed -e 's/trm/po/'`;done
$ cat utf/*.po > ../../po.utf
$ cd ../../../scripts/rootdisk/messages
 edited Makefile so that RN_TARGET_DIR=.
$ for x in ??;do make ./release_notes.$x;done
$ cat release_notes.?? > ../../../utilities/rn.utf
$ cd ../../../utilities
$ cat rn.utf po.utf > all.utf

So either something in the build process of the above files is wrong, or I
don't know enough things about UTF-8 :-(
Note, that the last command might have beed cat po.utf rn.utf > all.utf, so
at the beginning there was either Czech release_notes or Czech po file.

Regards.

Marcin

-- 
+--------------------------------+ The reason we come up with new versions
|Marcin Owsiany                  | is not to fix bugs. It's the stupidest
|[EMAIL PROTECTED]| reason to buy a new version
+--------------------------------+ I ever heard.            - Bill Gates


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to