1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-30 11:06:38 +02:00

- Removed 2 unneeded characters from 'catalan'.

This commit is contained in:
Bram Matthys
2005-02-20 19:20:15 +00:00
parent 67bd44cb77
commit 01262aefd9
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -630,3 +630,4 @@
- Added 'greek' [supplied by GSF]
- Added category 'latin7': alias for 'greek'
- Added category 'gbk': alias for 'chinese'
- Removed 2 unneeded characters from 'catalan'.
+2 -2
View File
@@ -321,8 +321,8 @@ char latin1=0, latin2=0, chinese=0;
if (latin1 || !strcmp(name, "catalan"))
{
/* supplied by Trocotronic */
/* a`, A`, a', A', e`, E`, e', E', i', I', o`, O`, o', O', u', U', i", I", u", U" */
charsys_addallowed("àÀáÁèÈéÉíÍòÒóÓúÚïÏüÜ");
/* a`, A`, e`, E`, e', E', i', I', o`, O`, o', O', u', U', i", I", u", U" */
charsys_addallowed("àÀèÈéÉíÍòÒóÓúÚïÏüÜ");
}
if (latin1 || !strcmp(name, "swedish"))
{