RSS/Atom feed Twitter
Site is read-only, email is disabled

about "make odf"

This discussion is connected to the gimp-docs-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

about "make odf" Choi, JiHui 22 May 05:14
  about "make odf" Roman Joost 22 May 08:29
Choi, JiHui
2008-05-22 05:14:56 UTC (over 16 years ago)

about "make odf"

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.

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 ???? ? ??????

how can I fix?

Roman Joost
2008-05-22 08:29:52 UTC (over 16 years ago)

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,