<div dir="ltr">Hi John<div><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>My previous assumption was that the content names (e.g., as obtained from interest.getName(), say in onContentStoreMiss in the forwarder class) were numbers using hexadecimal from beyond the prefix, so /prefix/FE%01, 02, 03, 04, ......  etc.</div></div></blockquote><div>Names are always binary. There are not ASCII or Unicode or numbers.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>But I'm starting to realize some of the content names for larger content space items seem to be all over the place.  I've seen "t" and "q" and "N" in names, which are of course outside the hexadecimal range for sure.</div></div></blockquote><div>Sequence numbers are encoded according to naming convention.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>So, I suppose my question is:  is there any reasonably thorough documentation or information available to know the predictable format of names?</div></div></blockquote><div><a href="https://named-data.net/publications/techreports/ndn-tr-22-ndn-memo-naming-conventions/">https://named-data.net/publications/techreports/ndn-tr-22-ndn-memo-naming-conventions/</a> </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>So, if I'm using Zipf-Mandelbrot for example, I should think I'd be able to know the name of the <i>i</i> = 10,000th item without even running a scenario.  I assume they're predictable, in other words.  </div></div></blockquote><div><br></div><div>Yours, Junxiao </div></div></div></div></div>