emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: filename coding systems and w32-*-file-name functions


From: Juanma Barranquero
Subject: Re: filename coding systems and w32-*-file-name functions
Date: Thu, 27 Nov 2008 16:03:10 +0100

On Thu, Nov 27, 2008 at 15:59, Jason Rumney <address@hidden> wrote:

> I think so.

OK. Then, it is the convoluted

  filename = DECODE_FILE (build_string (longname));
  return build_string (SDATA (filename));

needed, or would it suffice

  return build_string (DECODE_FILE (longname));

even if it makes the function return

  #("c:/acción/" 0 10
      (charset windows-1252))

instead of just "c:/acción/"?

  Juanma

reply via email to

[Prev in Thread] Current Thread [Next in Thread]