blob: 8efa1d3e5fb33dbf89bbfdf7b7bff83f5ba510dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- Geramik-0.18/qtpixmap/common.c 2003-01-31 19:13:13.000000000 +0100
+++ Geramik-0.18_patched/qtpixmap/common.c 2003-01-31 19:14:18.000000000 +0100
@@ -316,10 +316,6 @@
if (locale && *locale)
{
- // The most general syntax of a locale (not all optional parts recognized by all systems) is
- // language[_territory][.codeset][@modifier][+special][,[sponsor][_revision]]
- // To retrieve the codeset, search the first dot. Stop searching when
- // a '@' or '+' or ',' is encountered.
char *buf = (char*) malloc(strlen(locale)+1);
const char *codeset = NULL;
const char *cp = locale;
|