| <!-- Global site tag (gtag.js) - Google Analytics --> |
| <script async src="https://www.googletagmanager.com/gtag/js?id=UA-19876713-1"></script> |
| <script> |
| window.dataLayer = window.dataLayer || []; |
| function gtag(){dataLayer.push(arguments);} |
| gtag('js', new Date()); |
| gtag('config', 'UA-19876713-1'); |
| </script> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| <meta http-equiv="Content-Language" content="en-us"> |
| <link rel="stylesheet" type="text/css" href="index.css"> |
| |
| <%@ page contentType="text/html;charset=UTF-8" pageEncoding="ISO-8859-1"%> |
| |
| <%@ page import="java.util.regex.*" %> |
| <%@ page import="java.util.*" %> |
| <%@ page import="java.lang.*" %> |
| |
| <%@ page import="java.net.URLEncoder"%> |
| <%@ page import="java.net.URLDecoder"%> |
| |
| <%@ page import="com.ibm.icu.text.*" %> |
| <%@ page import="com.ibm.icu.lang.*" %> |
| <%@ page import="com.ibm.icu.util.*" %> |
| <%@ page import="com.ibm.icu.impl.*" %> |
| <%-- <%@ page import="com.ibm.icu.dev.demo.translit.*" %> |
| <% /* << SRL: could not resolve this import, but doesn't seem to be used. */ %> |
| --%> |
| <!-- <%@ page import="org.unicode.cldr.icu.*" %> --> |
| <%@ page import="org.unicode.jsp.*" %> |
| |