> +   /* At this moment, we still don't know how to decode the directory
> +      name.  So, we keep the bytes in multibyte form so that
> +      ENCODE_FILE correctly gets the original bytes.  */
>     Vdata_directory
> !     = Ffile_name_as_directory (string_to_multibyte
> !                            (make_unibyte_string (data_dir,
> !                                                  strlen (data_dir))));
>     Vdoc_directory
> !     = Ffile_name_as_directory (string_to_multibyte
> !                            (make_unibyte_string (doc_dir,
> !                                                  strlen (doc_dir))));

Why not just keep it in unibyte form?
  

        Stefan


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to