From 15eeec8d2bc2a46951a763ace4e14bcf99d2ce1a Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Fri, 3 Nov 2006 13:41:42 +0000 Subject: [PATCH] - Updated ukrainian-w1251 and belarussian-w1251 charsets: some characters were previously included that shouldn't. Reported by avb (#0003102), patch supplied by Bock. --- Changes | 2 ++ src/charsys.c | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index b61194571..26543f36a 100644 --- a/Changes +++ b/Changes @@ -1395,3 +1395,5 @@ - Committed watch away notification, I did this more than a month ago but can't be bothered to document it right now, just want to get it off my cvs queue ;P. Syntax is 'WATCH A +TestUser' to have someone with away notification on your watchlist. +- Updated ukrainian-w1251 and belarussian-w1251 charsets: some characters were previously + included that shouldn't. Reported by avb (#0003102), patch supplied by Bock. diff --git a/src/charsys.c b/src/charsys.c index 8870e4fcb..e0ed5b192 100644 --- a/src/charsys.c +++ b/src/charsys.c @@ -618,18 +618,20 @@ char latin1=0, latin2=0, w1250=0, w1251=0, chinese=0; if (w1251 || !strcmp(name, "belarussian-w1251")) { - /* supplied by Anton Samets & ss: + /* supplied by Bock (Samets Anton) & ss: * 128-159, 161, 162, 178, 179 and 223-254 + * Corrected 01.11.2006 to more "correct" behavior by Bock */ - charsys_addallowed("ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ¨¸¡¢²³"); + charsys_addallowed("ÀÁÂÃÄŨÆÇ²ÉÊËÌÍÎÏÐÑÒÓ¡ÔÕÖרÛÜÝÞßàáâãä叿ç³éêëìíîïðñòó¢ôõö÷øûüýþÿ'"); } if (w1251 || !strcmp(name, "ukrainian-w1251")) { /* supplied by Anton Samets & ss: * 128-159, 170, 175, 178, 179, 186, 191 and 223-254 + * Corrected 01.11.2006 to more "correct" behavior by core */ - charsys_addallowed("ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ¨¸²³ªº¯¿"); + charsys_addallowed("ÀÁÂÃ¥ÄŪÆÇȲ¯ÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÜÞßàáâã´äåºæç賿éêëìíîïðñòóôõö÷øùüþÿ"); } /* [GREEK] */