in reply to Re^2: Unicode vulgar fraction composition
in thread Unicode vulgar fraction composition
Sure, I think it's intuitive why lc('Boaty McBoat') is conceptually a "lossy" transformation (in terms of being able to restore the original string).
But NFKC("\N{VULGAR FRACTION THREE EIGHTHS}") is conceptually "lossless": there is only one Unicode character the resultant string "3\N{FRACTION SLASH}8" could be "composed" into.
As I wrote, I get now why NFKC is conceptually lossy in general. But—unlike with lc—some specific decompositions are exceptions.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Unicode vulgar fraction composition
by soonix (Chancellor) on Oct 05, 2020 at 08:43 UTC | |
by raygun (Scribe) on Oct 05, 2020 at 19:02 UTC | |
Re^4: Unicode vulgar fraction composition
by ikegami (Patriarch) on Oct 06, 2020 at 04:14 UTC | |
by raygun (Scribe) on Oct 06, 2020 at 08:19 UTC | |
by ikegami (Patriarch) on Oct 06, 2020 at 20:17 UTC | |
by raygun (Scribe) on Oct 09, 2020 at 05:18 UTC | |
by ikegami (Patriarch) on Oct 11, 2020 at 05:27 UTC |