9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] NFD and p9p acme on OSX
@ 2013-09-12  9:40 Mark van Atten
  2013-09-12 14:17 ` erik quanstrom
  0 siblings, 1 reply; 3+ messages in thread
From: Mark van Atten @ 2013-09-12  9:40 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Running p9p on OSX, I find it useful to put this in my rc profile:

fn ls {
builtin ls $* | iconv -f UTF8-MAC -t UTF-8
}

fn lc {
builtin lc $* | iconv -f UTF8-MAC -t UTF-8
}

so as to deal with the NFD used by the OSX file system and list
names containing non-ascii characters correctly.

But this doesn't solve the corresponding problem when clicking B3 to
open a directory in acme.

Am I overlooking something? If not, what do people use to deal with
this---perhaps a patch to lib9?

Mark.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-09-14  9:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-12  9:40 [9fans] NFD and p9p acme on OSX Mark van Atten
2013-09-12 14:17 ` erik quanstrom
2013-09-14  9:51   ` Mark van Atten

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).