]> git.ipfire.org Git - thirdparty/glibc.git/blame - localedata/tst-xlocale1.c
tt_RU: Fix orthographic mistakes in day and abday sections [BZ #24296]
[thirdparty/glibc.git] / localedata / tst-xlocale1.c
CommitLineData
1b46e4a5
UD
1#include <locale.h>
2#include <stdio.h>
3#include <string.h>
4
5
6static struct
7{
8 const char *locale;
9 const char *str1;
10 const char *str2;
11 int result;
12} tests[] =
13 {
14 { "C", "TRANSLIT", "translit", 0 },
15 { "de_DE.ISO-8859-1", "TRANSLIT", "translit", 0 },
16