1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 19:13:14 +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
+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"))
{