Skip to content
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.

Prefix

ls_

Depends on

None.

Description

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.

Files

utils/locale.h : Interface utils/locale.c : Implementation

!inline raw=yes pages="Module:Index"

Clone this wiki locally