On Wed Jul 24 17:39:45 EDT 2013, sdao...@gmail.com wrote: > erik quanstrom <quans...@quanstro.net> wrote: > |0. uncode support isn't binary. one might reasonably support a subset. > > But it is not that you are totally against supporting > decomposition that includes Korean ("Hangul Syllable > Decomposition", must be performed algorithmically)? > It's only missing yet.
i wasn't making any statements about particular languages, or even endorsing supporting a subset. but consider, file names in plan 9 support a subset of unicode. they may not contain the codepoints u+00002f (/) or u+000000. otherwise, a directory could contain the file entry "a/b" or "a/b\0c" which could lead to confusion. many file servers expand the frogs list to include codepoints < or ≤ u+00020 (space) to prevent accidents. http://xkcd.com/327/ - erik