X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-iconvme.c;h=dc08a9b5268cb7cf6257e96b4ad1b152d5223935;hb=25b6b5120113989e0b91de9d0b75d3d625bbc753;hp=44df3713c8234af63026acc49ae843f7edd679ef;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/tests/test-iconvme.c b/tests/test-iconvme.c index 44df3713c..dc08a9b52 100644 --- a/tests/test-iconvme.c +++ b/tests/test-iconvme.c @@ -66,9 +66,9 @@ int main (int ac, char *av[]) from[strlen (from) - 1] = '\0'; } - printf (" Input string: `%s'\n" - "From code set: `%s'\n" - " To code set: `%s'\n", + printf (" Input string: '%s'\n" + "From code set: '%s'\n" + " To code set: '%s'\n", in, from, to); out = iconv_string (in, from, to); @@ -77,7 +77,7 @@ int main (int ac, char *av[]) perror ("iconv"); else { - printf ("\nOutput: `%s'\n", out); + printf ("\nOutput: '%s'\n", out); free (out); }