urn_to_hrn() is no longer lossy. urn_to_hrn() escapes '.' instead of replacing it...
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Tue, 28 Sep 2010 20:57:52 +0000 (16:57 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Tue, 28 Sep 2010 20:57:52 +0000 (16:57 -0400)
commit775fd2c579e39e634ce334caacf2049eb0ff251f
tree91caa6352ee1a4dfba9fa4a3ff768eab3d4e4588
parent04ee37a509b179c89d2584458bbe0d69db5b7c9c
urn_to_hrn() is no longer lossy. urn_to_hrn() escapes '.' instead of replacing it. Made hrn_to_urn() conversion consistent. hrn_to_urn() unescapes any escaped '.'. hrn_to_pl_*() methods completely remove escaped '.'
sfa/util/namespace.py