< prev index next >

src/java.base/share/classes/jdk/internal/icu/impl/Punycode.java

Print this page
rev 57619 : [mq]: 8174270

*** 1,6 **** --- 1,7 ---- /* + * Copyright (c) 2005, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 34,48 **** // - move from package com.ibm.icu.text to package sun.net.idn // - use ParseException instead of StringPrepParseException // 2007-08-14 Martin Buchholz // - remove redundant casts // ! package sun.net.idn; import java.text.ParseException; ! import sun.text.normalizer.UCharacter; ! import sun.text.normalizer.UTF16; /** * Ported code from ICU punycode.c * @author ram */ --- 35,49 ---- // - move from package com.ibm.icu.text to package sun.net.idn // - use ParseException instead of StringPrepParseException // 2007-08-14 Martin Buchholz // - remove redundant casts // ! package jdk.internal.icu.impl; import java.text.ParseException; ! import jdk.internal.icu.lang.UCharacter; ! import jdk.internal.icu.text.UTF16; /** * Ported code from ICU punycode.c * @author ram */
< prev index next >