Download Pelles C here: http://www.pellesc.se
-
#include <windows.h>
#include <stdio.h>
static int OrigCodePage;
static const char* σκατ;
static const char* δυσκατανοήτων;
int main(int argc, char* argv[])
{
OrigCodePage = GetConsoleOutputCP();
SetConsoleOutputCP(65001);
σκατ = "σκατ doo, be, shoo, bop, ooh, dee, doo, sha-bam";
δυσκατανοήτων = "δυσκατανοήτων difficult to understand";
printf("%s%s%s\n", σκατ, " ", δυσκατανοήτων);
_getch();
SetConsoleOutputCP(OrigCodePage);
return 1;
}
#include <windows.h>
#include <stdio.h>
static int OrigCodePage;
static const char* УКБФ;
static const char* ДХУКБФБНПЎФЩН;
int main(int argc, char* argv[])
{
OrigCodePage = GetConsoleOutputCP();
SetConsoleOutputCP(65001);
УКБФ = "УКБФ doo, be, shoo, bop, ooh, dee, doo, sha-bam";
ДХУКБФБНПЎФЩН = "ДХУКБФБНПЎФЩН difficult to understand";
printf("%s%s%s\n", УКБФ, " ", ДХУКБФБНПЎФЩН);
_getch();
SetConsoleOutputCP(OrigCodePage);
return 1;
}
Quote from: TimoVJL on January 16, 2026, 06:34:08 PMzlib 1.3.1 project with missing header file, that dependecies forgot.
zlib 1.3.1 Release Notes

#include <stdio.h>
/* entry point */
int main(void)
{
printf("Hello, world!\n");
printf("Салом Ҷаҳон!\n");
return 0;
}
#include <stdio.h>
/* entry point */
int main(void)
{
printf("Hello, world!\n");
printf("????? ?????!!\n");
return 0;
}
Page created in 0.061 seconds with 15 queries.