mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-12 17:14:46 +02:00
Add utf8functions with utf8_convert_confusables() from July 16 2023.
I started work on this back then but didn't finalize it. Now I have to figure out what was left to be done :D. Other than the obvious case of seeing some debugging code that prints out for every converted character. Not yet visible / usable by end-users!
This commit is contained in:
@@ -430,6 +430,7 @@ DLL_FILES=\
|
||||
src/modules/usermodes/servicebot.dll \
|
||||
src/modules/usermodes/showwhois.dll \
|
||||
src/modules/usermodes/wallops.dll \
|
||||
src/modules/utf8functions.dll \
|
||||
src/modules/vhost.dll \
|
||||
src/modules/watch-backend.dll \
|
||||
src/modules/watch.dll \
|
||||
@@ -1403,6 +1404,9 @@ src/modules/usermodes/showwhois.dll: src/modules/usermodes/showwhois.c $(INCLUDE
|
||||
src/modules/usermodes/wallops.dll: src/modules/usermodes/wallops.c $(INCLUDES)
|
||||
$(CC) $(MODCFLAGS) src/modules/usermodes/wallops.c /Fesrc/modules/usermodes/ /Fosrc/modules/usermodes/ /Fdsrc/modules/usermodes/wallops.pdb $(MODLFLAGS)
|
||||
|
||||
src/modules/utf8functions.dll: src/modules/utf8functions.c $(INCLUDES)
|
||||
$(CC) $(MODCFLAGS) src/modules/utf8functions.c /Fesrc/modules/ /Fosrc/modules/ /Fdsrc/modules/utf8functions.pdb $(MODLFLAGS)
|
||||
|
||||
src/modules/vhost.dll: src/modules/vhost.c $(INCLUDES)
|
||||
$(CC) $(MODCFLAGS) src/modules/vhost.c /Fesrc/modules/ /Fosrc/modules/ /Fdsrc/modules/vhost.pdb $(MODLFLAGS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user