From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Gran Newsgroups: gmane.lisp.guile.devel Subject: Unicode ports patch Date: Tue, 25 Aug 2009 08:06:22 -0700 Message-ID: <1251212782.18373.10335.camel@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1251212883 5535 80.91.229.12 (25 Aug 2009 15:08:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Aug 2009 15:08:03 +0000 (UTC) To: Guile Devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Aug 25 17:07:56 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mfxcq-0003Vs-5L for guile-devel@m.gmane.org; Tue, 25 Aug 2009 17:07:56 +0200 Original-Received: from localhost ([127.0.0.1]:37287 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mfxcp-0001SM-DU for guile-devel@m.gmane.org; Tue, 25 Aug 2009 11:07:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mfxbq-0000Dx-PK for guile-devel@gnu.org; Tue, 25 Aug 2009 11:06:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mfxbq-0000DQ-E4 for guile-devel@gnu.org; Tue, 25 Aug 2009 11:06:54 -0400 Original-Received: from [199.232.76.173] (port=47844 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mfxbq-0000DB-2i for guile-devel@gnu.org; Tue, 25 Aug 2009 11:06:54 -0400 Original-Received: from smtp101.prem.mail.sp1.yahoo.com ([98.136.44.56]:47676) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Mfxbp-0006l1-Bg for guile-devel@gnu.org; Tue, 25 Aug 2009 11:06:53 -0400 Original-Received: (qmail 48944 invoked from network); 25 Aug 2009 15:06:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Subject:From:To:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=4q0SeGcPUhnC30JeLIjYSuzw32URkWjIOlxd9oMVIrBWCfL5JhPkW0FWxvne1r7zgbovEyZvJLB4Tyw1tHFTBi8An2N3Rxy0mk6KIBgvp+0WK0mA9DCN0/R5C8Zfov/QVN9oXFBr+B7GV3UPyl7Wg460Qid/Ak9iLu73BKdxO68= ; Original-Received: from ppp-71-143-114-102.dsl.irvnca.pacbell.net (spk121@71.143.114.102 with plain) by smtp101.prem.mail.sp1.yahoo.com with SMTP; 25 Aug 2009 08:06:52 -0700 PDT X-Yahoo-SMTP: FzNaA9iswBDuBl1BmgaIRDaP9Q-- X-YMail-OSG: PxoWJvQVM1me.1GyZwYGhRFcR5rZRw17Nyi.V7axNDDvGkuygctpwZwAIo0dwUr1mE9IZ52dbT00ySIpMPZi0yGMM3xR.GzLUFaNtZV8Bo.eYOR0cKqA7ZygpFfOZzulSWwJfbWmeVCN5VkwPEUYyHtpdGyjWZTncis80PWZ.cfVZPihvuH8tu_3uGxO90_xzq5L1Yl8OrHb3nlC1h3PILjJsDSSzZFvvpZgtyxOZAU_Vdp_qxWFrvit.HGHVUFSuPVEYikszEJ6Upoi8EXMrB8z X-Yahoo-Newman-Property: ymail-3 X-Mailer: Evolution 2.24.5 (2.24.5-2.fc10) X-detected-operating-system: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9173 Archived-At: The latest commit 'Add full Unicode capability to ports and the default reader' 889975e51accb80491af76fc5db980aeb3edd342 adds the majority of the functionality for non-ASCII strings. The commit breaks functions that have to do with locale-specific case conversion and character-sets, and some tests will fail for the time being. It is a big commit, but, it would have been hard to make it smaller, I think. There are some new test files in that commit that can demo the capabilities. Thanks, Mike