-
Notifications
You must be signed in to change notification settings - Fork 23
locale
Michael Drake edited this page Jan 5, 2026
·
1 revision
!meta title="Module:utils/locale" !meta author="James Bursa" !meta date="2011-01-09T22:42:48Z"
!toc Locale-specific variants of ctype.h functions.
ls_
None.
This module supplies versions of the character classification functions in <ctype.h> that respect the current locale.
NetSurf has a setlocale(LC_ALL, "C") call in initialization for consistent and predictable behaviour. These functions however use the environment's locale.
utils/locale.h : Interface utils/locale.c : Implementation