]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/gentest/genres32.c
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / tools / gentest / genres32.c
index 4925d876291aac5a56e20c614c8b8e5cc49e84ce..64171559e3ec209a62e05fc512d17d25b9881c8f 100644 (file)
@@ -1,12 +1,14 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 *******************************************************************************
 *
-*   Copyright (C) 2003-2004, International Business Machines
+*   Copyright (C) 2003-2006, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
 *   file name:  genres32.c
-*   encoding:   US-ASCII
+*   encoding:   UTF-8
 *   tab size:   8 (not used)
 *   indentation:4
 *
@@ -59,7 +61,8 @@ genres32(const char *prog, const char *path) {
     }
     uprv_strcat(file,"testtable32.txt");
     out = fopen(file, "w");
-    puts(file);
+    /*puts(file);*/
+    puts("Generating testtable32.txt");
     if(out == NULL) {
         fprintf(stderr, "%s: Couldn't create resource test file %s\n",
                 prog, file);