summaryrefslogtreecommitdiff
path: root/module/utils/locale.mdwn
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-02-04 09:41:13 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-02-04 09:41:13 +0000
commite7366bf41f68cfe07e9ea03fc4a398baecbae651 (patch)
tree5bb9c3cbe7eab7e70ff1ebd65d9de59a694762df /module/utils/locale.mdwn
downloadnetsurf-wiki-e7366bf41f68cfe07e9ea03fc4a398baecbae651.tar.gz
netsurf-wiki-e7366bf41f68cfe07e9ea03fc4a398baecbae651.tar.bz2
Initial conversion from MediaWiki, 20170204
Diffstat (limited to 'module/utils/locale.mdwn')
-rw-r--r--module/utils/locale.mdwn38
1 files changed, 38 insertions, 0 deletions
diff --git a/module/utils/locale.mdwn b/module/utils/locale.mdwn
new file mode 100644
index 0000000..4faa680
--- /dev/null
+++ b/module/utils/locale.mdwn
@@ -0,0 +1,38 @@
+[[!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"]]
+