the-moisrex/webpp

Label Seperators in URIs

Opened this issue · 0 comments

    // https://www.unicode.org/reports/tr46/#Notation
    // Label Separators are:
    //   - U+002E ( . ) FULL STOP
    //   - U+FF0E ( . ) FULLWIDTH FULL STOP
    //   - U+3002 ( 。 ) IDEOGRAPHIC FULL STOP
    //   - U+FF61 ( 。 ) HALFWIDTH IDEOGRAPHIC FULL STOP

Multiple characters could mean the same character in URLs; this should be fixed after implementation of the IDNA. There's a test for it now.