From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) by sourceware.org (Postfix) with ESMTPS id 7946A3858D32 for ; Sat, 16 Sep 2023 22:54:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7946A3858D32 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=Shaw.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=shaw.ca Received: from shw-obgw-4004a.ext.cloudfilter.net ([10.228.9.227]) by cmsmtp with ESMTP id hXOLqbuqBLAoIheBFq2lTc; Sat, 16 Sep 2023 22:54:25 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shaw.ca; s=s20180605; t=1694904865; bh=zj+7Q+qOHFM0DbzynNX1bCb3LbudqeffkeqeykCRoK4=; h=From:To:Reply-To:Date:Subject; b=v+sAVBmGguGw1y9wyhIGFJORfScAZRniHu+gs2LRmwBirZr0Aj6S0cGdIAZqqdFCK J1PxdPDdycOoYvWn351NDzadx/6n//trW8m2UAAKrXn9Am/R/WUybwvrlUACXWwJ9I Orp3kXfBH5PhYwfl//PUXOYio769hrCggKA24k+FAR6cEjbAmeUP5RXgsycfUgT7T5 vFlR0k9m/QXT7mZcXPOjeCkKpr1wB8NQah9jb2Phm8KQZF1gA4DQDOIgkI7mSmlwZK KimG30S86zhMq5ql+SjHl9R3G3Q5m2RvTB2CVfRR8uMJF230ekEDIXfOOdiKhrQqpp 9ObO+Zl/HW1kA== Received: from localhost.localdomain ([184.64.102.149]) by cmsmtp with ESMTP id heBFq1xSd3fOSheBFq5WD5; Sat, 16 Sep 2023 22:54:25 +0000 X-Authority-Analysis: v=2.4 cv=J8G5USrS c=1 sm=1 tr=0 ts=65063221 a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17 a=_TmxENXSAAAA:8 a=ebIHrsyOOaHgMcL6v9kA:9 a=R_3dy9q23LsA:10 a=4jxzZ7H_dJz9nXu32rwB:22 From: "Cygwin unifont Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Sat, 16 Sep 2023 16:51:58 -0600 Message-Id: <20230916165158.6849-1-Brian.Inglis@Shaw.ca> Subject: Updated: unifont, unifont-fonts, unifont-viewer 15.1.01 X-CMAE-Envelope: MS4xfIjrQFLt+R/VSks7vJcAv97ueL65Zt40h5nVI1PY2E3D3BTCSm1PthLvx4R2rBoCsEsTUey9P0XUlE/Fm6jzH06ZUhTj2ndK52rzewflcRZTPeDhQbgF MUMwEJIulncRc5TNJoinsQ05kMwpFnt9TQRvZiqL/bR6PI9fG63CQbeS6Q8/Y17t/xC0/yYeH7ddM0c2DN/4cDaIcUjNSStoLHA= X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The following packages have been upgraded in the Cygwin distribution: * unifont 15.1.01 * unifont-viewer 15.1.01 * unifont-fonts 15.1.01 GNU Unifont is a Unicode font with glyphs for all visible Unicode Basic Multilingual Plane (the first 64K) character code points, with supporting utilities to modify the font. For more information see the project home page: https://unifoundry.com/unifont/ For recent changes, see below or read /usr/share/doc/unifont/NEWS after installation. See also Release Notes under: https://unifoundry.com/unifont/index.html https://unifoundry.com/unifont/unifont-utilities.html 15.1.01 2023-09-12 * Glyphs updated for Unicode 15.1.0 release. * OpenType fonts are now built by default, replacing TrueType fonts. * New Hangul Johab 6/3/1 encoding devised by Ho-Seok Ee for building the Hangul Syllables block (U+AC00..U+D7A3), with new supporting programs johab2syllables, unigen-hangul, and unijohab2html. This encoding replaces Unifont's original Hanterm-derived encoding. New source files hangul.h and unihangul-support.c provide support for rendering syllable bitmaps with all Unicode Hangul letters, including all ancient Hangul, through the new unigen-hangul program. These functions also can support user-written Hangul syllable rendering programs, for example on embedded systems using graphics displays. * Added three hexadecimal digit representation CSUR/UCSUR scripts: - U+EBE0..U+EBEF: Boby Lapointe's "bibi-binary" notation - U+EBF0..U+EBFF: Bruce Alan Martin's bit location notation - U+ECF0..U+ECFF: Ronald O. Whitaker's triangular notation. * Modified hexdraw to support bitmap manipulation of up to 64 rows by 128 columns for 64-by-128 graphics display screen drawing support. Added the unihexpose program to transpose Unifont glyphs, for use with graphics display controller chips that encode each byte as 8 rows by 1 column, left to right. NOTE This release does not include Truetype format, only Opentype format Unifont fonts, as previously announced. One known issue with TrueType is Pango combining character rendering, which will not be fixed; the Pango maintainers pretty much just want to support OpenType. As these fonts are bitmap glyphs rendered into modern font formats, both formats should render the same glyphs. All modern systems support both Opentype and Truetype format fonts, so there should be few or no issues if future releases provide only Opentype format Unifont, which are also less than half the file size of the Truetype format. If anyone encounters issues using the Opentype format Unifont, please let us know so we can address any issues.