Author: xor
Date: 2008-11-13 17:58:43 +0000 (Thu, 13 Nov 2008)
New Revision: 23529
Modified:
trunk/plugins/Freetalk/FTBoard.java
Log:
More information added to a FIXME.
Modified: trunk/plugins/Freetalk/FTBoard.java
===================================================================
--- trunk/plugins/Freetalk/FTBoard.java 2008-11-13 17:33:43 UTC (rev 23528)
+++ trunk/plugins/Freetalk/FTBoard.java 2008-11-13 17:58:43 UTC (rev 23529)
@@ -70,7 +70,7 @@
/* FIXME: This is just the basic check, we should do more
checks:
* The rest of the name should match a whitelist of allowed
punctuation (excluding for example &<>%#), or letters (i.e. not necessarily
- * English letters) according to Character.isLetter(). */
+ * English letters) according to Character.isLetter() and
numerals. */
return name.matches("[a-zA-Z0-9.]") ||
ISOLanguages.contains(firstPart);
}
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs