6 lines
125 B
Text
6 lines
125 B
Text
#charset utf8
|
|
void main()
|
|
{
|
|
string s = "ßÜÖÄüöää ἀρχῇ";
|
|
write("%s\n", string_to_utf8( reverse(s) ));
|
|
}
|