Date: Thu, 02 Apr 1998 11:02:06 +0400 From: Alex Povolotsky <tarkhil@asteroid.svib.ru> To: hackers@FreeBSD.ORG Subject: Annother patch for Mozilla Message-ID: <199804020702.LAA09702@minas-tirith.pol.ru>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804020702.LAA09702>