• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2  <head><meta http-equiv="content-type" content="text/html; charset=UTF-8"></head>
3
4  <body>
5    <form action="/combine" method="post" accept-charset="UTF-8">
6      <h2>Geocoding Prefix Reducer</h2>
7
8      <p>Please paste your geocoding data below. Each line should be in the format
9      "prefix|description". Lines without a "|" symbol will be ignored.</p>
10
11      <u>Input example:</u><br>
12      331|Paris<br>
13      334|Marseilles<br>
14      <br>
15
16      <textarea name="geodata" rows="20" cols="80"></textarea>
17      <input type="submit" value="Submit"><br>
18      <a href="https://github.com/google/libphonenumber/">Back to libphonenumber</a>
19    </form>
20  </body>
21
22</html>
23