Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2000 10:15:53 +0000
From:      Nik Clayton <nik@freebsd.org>
To:        "Michael C . Wu" <keichii@peorth.iteration.net>
Cc:        doc@freebsd.org, i18n@freebsd.org
Subject:   Re: Docbook and CJK languages
Message-ID:  <20001218101553.B3331@canyon.nothing-going-on.org>
In-Reply-To: <20001216030604.B46336@peorth.iteration.net>; from keichii@iteration.net on Sat, Dec 16, 2000 at 03:06:04AM -0600
References:  <20001216030604.B46336@peorth.iteration.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--Dxnq1zWXvFF0Q93v
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Sat, Dec 16, 2000 at 03:06:04AM -0600, Michael C . Wu wrote:
> While working on some freebsd-taiwan docbook, we discovered this
> problem with Docbook/SGML not handling 2 byte characters correctly.

<snip>

> Is there any way to fix this?  Is there an SGML tag that I can 
> specify?  Or is this a lacking feature of Docbook?

Try the attached patch.

N
-- 
Internet connection, $19.95 a month.  Computer, $799.95.  Modem, $149.95.
Telephone line, $24.95 a month.  Software, free.  USENET transmission,
hundreds if not thousands of dollars.  Thinking before posting, priceless.
Somethings in life you can't buy.  For everything else, there's MasterCard.
  -- Graham Reed, in the Scary Devil Monastery

--Dxnq1zWXvFF0Q93v
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=p

Index: Makefile.inc
===================================================================
RCS file: /home/ncvs/doc/zh_TW.Big5/books/Makefile.inc,v
retrieving revision 1.3
diff -u -r1.3 Makefile.inc
--- Makefile.inc	1999/09/06 06:53:43	1.3
+++ Makefile.inc	2000/12/18 10:15:01
@@ -2,4 +2,6 @@
 # $FreeBSD: doc/zh_TW.Big5/books/Makefile.inc,v 1.3 1999/09/06 06:53:43 peter Exp $
 #
 
+TIDYFLAGS=	-raw
+
 DESTDIR?=	${DOCDIR}/zh_TW.Big5/books/${.CURDIR:T}

--Dxnq1zWXvFF0Q93v--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001218101553.B3331>