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:
@@ -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
|
||||
|
||||
@@ -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)])
|
||||
|
||||
Reference in New Issue
Block a user