about "make odf"
On Thu, May 22, 2008 at 12:14:56PM +0900, Choi, JiHui wrote:
Hi, list.
yesterday I tried to make odf file for korean.
but some errors appear.
I tried on ubuntu 8.04
1. *** Cannot build ODFs because docbook2odf(1) was not found ***
=> of course I installed docbook2odf. I think 'HAVE_DOCBOOK2ODF'
function of Makefile.am
doesn't work correctly.
That's very weird. It's supposed to work ;) Did you run configure again?
2. move to xml directory.
$ docbook2odf --debug ko.xml --output-file=ko.odf
=> it works well. and ko.odf is created successfully.
however all korean characters inside of ko.odf is broken. like this
???? ? ??????
That's a problem of the docbook2odf script. I investigated this in the
past:
http://www.spinics.net/lists/gimp-docs/msg00915.html
"Btw. if you can't open the generated odt file in openoffice.org,
uncomment the utf-8 imports and usage in the docbook2odf script. I
don't know why this is commented out or how docbook2odf uses the
correct encoding..."
Greetings,