From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 22 May 2014 14:41:13 -0400 To: 9fans@9fans.net Message-ID: <82c33f112f41edda01a4074fd1a24a3b@ladd.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: [9fans] =?utf-8?q?_=CE=B8fs_vs_webfs=3B_=CE=B8fs_vs_lookman?= Topicbox-Message-UUID: ee239ebe-ead8-11e9-9d60-3106f5b1d025 i think i've fixed the issues preventing readweb http://www.9atom.org/magic/man2html/4/=CE=B8fs and lookman =CE=B8fs from working. it's surprising how many unicode bugs there still are. - erik From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <82c33f112f41edda01a4074fd1a24a3b@ladd.quanstro.net> References: <82c33f112f41edda01a4074fd1a24a3b@ladd.quanstro.net> Date: Thu, 22 May 2014 13:08:58 -0700 Message-ID: From: Skip Tavakkolian To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=047d7b673d5eee8f4a04fa02ae1e Subject: Re: [9fans] =?utf-8?q?=CE=B8fs_vs_webfs=3B_=CE=B8fs_vs_lookman?= Topicbox-Message-UUID: ef03f252-ead8-11e9-9d60-3106f5b1d025 --047d7b673d5eee8f4a04fa02ae1e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable cool! what types of metadata are/were stored in a typical case? On Thu, May 22, 2014 at 11:41 AM, erik quanstrom wro= te: > i think i've fixed the issues preventing > readweb http://www.9atom.org/magic/man2html/4/=CE=B8fs > and > lookman =CE=B8fs > from working. it's surprising how many unicode bugs there still are. > > - erik > > --047d7b673d5eee8f4a04fa02ae1e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
cool!

what types of metadata are/were s= tored in a typical case?



On Thu, May 22, 2014 at 11:41 AM, eri= k quanstrom <quanstro@quanstro.net> wrote:
i think i've fixed the issues preventing=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 readweb http://www.9atom.org/magic/man2html/4/=CE= =B8fs
and
=C2=A0 =C2=A0 =C2=A0 =C2=A0 lookman =CE=B8fs
from working. =C2=A0it's surprising how many unicode bugs there still a= re.

- erik


--047d7b673d5eee8f4a04fa02ae1e-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 22 May 2014 16:22:12 -0400 To: 9fans@9fans.net Message-ID: <582e4130aae525b1534e431bbfdb4fc5@ladd.quanstro.net> In-Reply-To: References: <82c33f112f41edda01a4074fd1a24a3b@ladd.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] =?utf-8?q?=CE=B8fs_vs_webfs=3B_=CE=B8fs_vs_lookman?= Topicbox-Message-UUID: ef18e586-ead8-11e9-9d60-3106f5b1d025 On Thu May 22 16:10:21 EDT 2014, skip.tavakkolian@gmail.com wrote: > what types of metadata are/were stored in a typical case? for the object store, any metadata at all would be acceptable, and i don't think there is a typical case. there is no object store fs interface. for the nfs and 9p server, just the typical metadata were stored. - erik