Support node names with string containing unicode code points.. #17
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
node
related to the node module
The Zarr V3 specification insists that node names must have a name, which is a string of unicode code points. It also recommends implementations to only use characters in the sets
a-z, A-Z, 0-9, -, _, .
, but doesn't enforce this. It also recommends using case-folded NFKC-normalized strings for non-ASCII unicode charecters. Ocaml seems to have a bunch of libraries to support this:There is also an introductory text with usage tips that can help make things easy to implement.
The text was updated successfully, but these errors were encountered: