lexer: Reimplement for better testability and internationalization.
[pspp-builds.git] / src / data / file-handle-def.c
index 95a92f57f4f6b2d41fe8aa4c45023025917b4ce2..2b8e40ce347b7935b68589083dcda03030c07a74 100644 (file)
@@ -220,10 +220,10 @@ fh_inline_file (void)
   return inline_file;
 }
 
-/* Creates and returns a new file handle with the given ID, which
-   may be null.  If it is non-null, it must be unique among
-   existing file identifiers.  The new handle is associated with
-   file FILE_NAME and the given PROPERTIES. */
+/* Creates and returns a new file handle with the given ID, which may be null.
+   If it is non-null, it must be a UTF-8 encoded string that is unique among
+   existing file identifiers.  The new handle is associated with file FILE_NAME
+   and the given PROPERTIES. */
 struct file_handle *
 fh_create_file (const char *id, const char *file_name,
                 const struct fh_properties *properties)