Re: URI Templates: done or dead?

Phillips, Addison scripsit:

> However, my point is that the variable names themselves (the "key" side)
> are not necessarily restricted to "ASCII only" in real life... the
> programming language may be JS, perl, python, Java, etc., which
> permit non-ASCII variable names or keys. 

I should think that actual implementations will not, in most cases,
have access to variable names in the underlying programming language,
but will accept a map/hash/dictionary containing name-value pairs.
It's not much of a restriction to require these names to be ASCII
(I realize I'm being a Neanderthal here), and it makes it easy to
explain the character repertoire of URI Templates:  ASCII in, ASCII out.

-- 
John Cowan   cowan@ccil.org   http://ccil.org/~cowan
I must confess that I have very little notion of what [s. 4 of the British
Trade Marks Act, 1938] is intended to convey, and particularly the sentence
of 253 words, as I make them, which constitutes sub-section 1.  I doubt if
the entire statute book could be successfully searched for a sentence of
equal length which is of more fuliginous obscurity. --MacKinnon LJ, 1940

Received on Tuesday, 16 September 2008 22:43:07 UTC