mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 14:59:47 +03:00
[project @ 2004-03-14 22:50:28 by bursa]
Add setlocale() call in init for better toupper etc. for text-transform. svn path=/import/netsurf/; revision=622
This commit is contained in:
parent
f606bc6219
commit
7f534336b0
@ -6,6 +6,7 @@
|
||||
* Copyright 2004 James Bursa <bursa@users.sourceforge.net>
|
||||
*/
|
||||
|
||||
#include <locale.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include "netsurf/utils/config.h"
|
||||
@ -52,6 +53,7 @@ void netsurf_init(int argc, char** argv)
|
||||
{
|
||||
stdout = stderr;
|
||||
gui_init(argc, argv);
|
||||
setlocale(LC_ALL, "");
|
||||
fetch_init();
|
||||
cache_init();
|
||||
fetchcache_init();
|
||||
|
Loading…
Reference in New Issue
Block a user