From a2396edde4f9746cfeb416ece9e20916de3216a4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 29 Sep 2016 22:37:10 +0100 Subject: complete transition to locale independant core operation The netsurf core no longer uses any locale dependant operations excepting the mall number or cases where such operations are explicitly wanted. the netsurf_init now calls setlocale with the empty string and lets the c library setup as per its specific implementation. any core functionality that specificaly processes ascii text must use the utils/ascii.h header to do so. --- utils/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'utils/Makefile') diff --git a/utils/Makefile b/utils/Makefile index b6eede494..5d9d9dcfa 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -10,7 +10,6 @@ S_UTILS := \ hashtable.c \ idna.c \ libdom.c \ - locale.c \ log.c \ messages.c \ nsoption.c \ -- cgit v1.2.3