From owner-freebsd-hackers Wed Apr 1 23:01:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA09800 for freebsd-hackers-outgoing; Wed, 1 Apr 1998 23:01:45 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from asteroid.svib.ru (root@asteroid.svib.ru [195.151.166.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA09784 for ; Wed, 1 Apr 1998 23:01:36 -0800 (PST) (envelope-from tarkhil@asteroid.svib.ru) Received: from minas-tirith.pol.ru (shuttle.svib.ru [195.151.166.144]) by asteroid.svib.ru (8.8.8/8.8.8) with ESMTP id LAA25022 for ; Thu, 2 Apr 1998 11:01:19 +0400 (MSD) (envelope-from tarkhil@asteroid.svib.ru) Received: from minas-tirith.pol.ru (minas-tirith.pol.ru [127.0.0.1]) by minas-tirith.pol.ru (8.8.8/8.8.7) with ESMTP id LAA09702 for ; Thu, 2 Apr 1998 11:02:07 +0400 (MSD) (envelope-from tarkhil@minas-tirith.pol.ru) Message-Id: <199804020702.LAA09702@minas-tirith.pol.ru> X-Mailer: exmh version 2.0.1 12/23/97 To: hackers@FreeBSD.ORG Reply-To: tarkhil@asteroid.svib.ru Subject: Annother patch for Mozilla Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 02 Apr 1998 11:02:06 +0400 From: Alex Povolotsky Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Patch by Boris Tobotras, allowing correct work with Cyrillic. --- mozilla-orig/ns/lib/libi18n/ugendata.c Tue Mar 31 06:04:14 1998 +++ mozilla/ns/lib/libi18n/ugendata.c Wed Apr 1 19:04:18 1998 @@ -251,6 +251,14 @@ {CS_DEFAULT,0xFF,0x00}, {CS_DEFAULT,0xFF,0x00} }}, + /*+ [BT] +*/ + { CS_KOI8_R, { + {CS_KOI8_R,0x80,0xFE}, + {CS_ASCII,0x00,0x7E}, + {CS_DEFAULT,0xFF,0x00}, + {CS_DEFAULT,0xFF,0x00} + }}, + /*- [BT] -*/ { CS_CNS_8BIT, { {CS_CNS11643_1,0xA1,0xFE}, {CS_CNS11643_2,0x8E,0x8E}, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message