11cb0ef41Sopenharmony_ci[
21cb0ef41Sopenharmony_ci  "Tests for percent-encoding.",
31cb0ef41Sopenharmony_ci  {
41cb0ef41Sopenharmony_ci    "input": "\u2020",
51cb0ef41Sopenharmony_ci    "output": {
61cb0ef41Sopenharmony_ci      "big5": "%26%238224%3B",
71cb0ef41Sopenharmony_ci      "euc-kr": "%A2%D3",
81cb0ef41Sopenharmony_ci      "utf-8": "%E2%80%A0",
91cb0ef41Sopenharmony_ci      "windows-1252": "%86"
101cb0ef41Sopenharmony_ci    }
111cb0ef41Sopenharmony_ci  },
121cb0ef41Sopenharmony_ci  "This uses a trailing A to prevent the URL parser from trimming the C0 control.",
131cb0ef41Sopenharmony_ci  {
141cb0ef41Sopenharmony_ci    "input": "\u000EA",
151cb0ef41Sopenharmony_ci    "output": {
161cb0ef41Sopenharmony_ci      "big5": "%0EA",
171cb0ef41Sopenharmony_ci      "iso-2022-jp": "%26%2365533%3BA",
181cb0ef41Sopenharmony_ci      "utf-8": "%0EA"
191cb0ef41Sopenharmony_ci    }
201cb0ef41Sopenharmony_ci  },
211cb0ef41Sopenharmony_ci  {
221cb0ef41Sopenharmony_ci    "input": "\u203E\u005C",
231cb0ef41Sopenharmony_ci    "output": {
241cb0ef41Sopenharmony_ci      "iso-2022-jp": "%1B(J~%1B(B\\",
251cb0ef41Sopenharmony_ci      "utf-8": "%E2%80%BE\\"
261cb0ef41Sopenharmony_ci    }
271cb0ef41Sopenharmony_ci  },
281cb0ef41Sopenharmony_ci  {
291cb0ef41Sopenharmony_ci    "input": "\uE5E5",
301cb0ef41Sopenharmony_ci    "output": {
311cb0ef41Sopenharmony_ci      "gb18030": "%26%2358853%3B",
321cb0ef41Sopenharmony_ci      "utf-8": "%EE%97%A5"
331cb0ef41Sopenharmony_ci    }
341cb0ef41Sopenharmony_ci  },
351cb0ef41Sopenharmony_ci  {
361cb0ef41Sopenharmony_ci    "input": "\u2212",
371cb0ef41Sopenharmony_ci    "output": {
381cb0ef41Sopenharmony_ci      "shift_jis": "%81|",
391cb0ef41Sopenharmony_ci      "utf-8": "%E2%88%92"
401cb0ef41Sopenharmony_ci    }
411cb0ef41Sopenharmony_ci  },
421cb0ef41Sopenharmony_ci  {
431cb0ef41Sopenharmony_ci    "input": "á|",
441cb0ef41Sopenharmony_ci    "output": {
451cb0ef41Sopenharmony_ci      "utf-8": "%C3%A1|"
461cb0ef41Sopenharmony_ci    }
471cb0ef41Sopenharmony_ci  }
481cb0ef41Sopenharmony_ci]
49