mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-02 05:46:37 +02:00
- Updated ukrainian-w1251 and belarussian-w1251 charsets: some characters were previously
included that shouldn't. Reported by avb (#0003102), patch supplied by Bock.
This commit is contained in:
@@ -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.
|
||||
|
||||
+5
-3
@@ -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] */
|
||||
|
||||
Reference in New Issue
Block a user