From owner-freebsd-questions@FreeBSD.ORG Sat Oct 2 09:16:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D70116A4CE for ; Sat, 2 Oct 2004 09:16:33 +0000 (GMT) Received: from szamoca.krvarr.bc.ca (s142-179-111-232.bc.hsia.telus.net [142.179.111.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42B6E43D49 for ; Sat, 2 Oct 2004 09:16:33 +0000 (GMT) (envelope-from sandy@krvarr.bc.ca) Received: from szamoca.krvarr.bc.ca (localhost [127.0.0.1]) by szamoca.krvarr.bc.ca (8.13.1/8.12.11) with ESMTP id i929GWog042146; Sat, 2 Oct 2004 02:16:32 -0700 (PDT) (envelope-from sandy@szamoca.krvarr.bc.ca) Received: (from sandy@localhost) by szamoca.krvarr.bc.ca (8.13.1/8.12.11/Submit) id i929GWvv042143; Sat, 2 Oct 2004 02:16:32 -0700 (PDT) (envelope-from sandy) From: Sandy Rutherford MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16734.29168.339392.225926@szamoca.krvarr.bc.ca> Date: Sat, 2 Oct 2004 02:16:32 -0700 To: freebsd-questions@freebsd.org In-Reply-To: References: X-Mailer: VM 7.07 under Emacs 21.3.1 cc: Aleksey Cheusov Subject: Re: dictd, UTF-8, & FreeBSD 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 09:16:33 -0000 On Fri, 01 Oct 2004 you wrote: >> Has anybody been able to get dictd working with UTF-8 dictionaries in >> FreeBSD 4.10? When I start "dictd --locale de_DE.UTF-8" it >> seg. faults. I do have the UTF-8 locales installed and the dictionary >> should be fine as it works for dictd running on a Linux machine. >> I'm using dictd-1.9.11 installed from the ports. >> Thanks, >> Sandy > Try to use dictd-1.9.14. > A few FreeBSD related bugs have been fixed since 1.9.11 release. Tried this and now "dictd --locale de_DE.UTF-8" returns "UTF-8 disabled in this version". With some checking I found that UTF-8 is disabled because FreeBSD-4.10 doesn't have the iswalnum, iswspace, and towlower functions. These appear to exist in FreeBSD 5. Does anybody know if FreeBSD 4.10 can be patched to have these functions, or is upgrading to 5 the only option? Thanks, Sandy