1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 03:53:12 +02:00

+- Fixed some CHINESE_NICK stuff

This commit is contained in:
stskeeps
2001-07-15 18:23:45 +00:00
parent 1b285c492f
commit e6df04d821
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -689,5 +689,6 @@ seen. gmtime warning still there
- Various preparitions for beta1
- Commited the web server prototype made by Stskeeps, web design by WildChild
- Ripped out the old DF watch system, using bahamut's now
- Fixed some CHINESE_NICK stuff
- Fixed an sdesc bug reported by Alzirr
- Fixed a little gcc 3.0 bug with Unreal
+4
View File
@@ -141,6 +141,10 @@ extern char *strtoken PROTO((char **, char *, char *));
extern u_char tolowertab[], touppertab[];
#if defined(CHINESE_NICK) || defined(JAPANESE_NICK)
#define USE_LOCALE
#endif
#ifndef USE_LOCALE
#undef tolower
#define tolower(c) (tolowertab[(c)])