/* ******************************************************************************* * Copyright (C) 2003-2010, International Business Machines Corporation and * * others. All Rights Reserved. * ******************************************************************************* */ package com.ibm.icu.dev.test.stringprep; import com.ibm.icu.dev.test.TestFmwk; import com.ibm.icu.text.StringPrepParseException; import com.ibm.icu.text.UCharacterIterator; /** * @author ram * * To change the template for this generated type comment go to * Window>Preferences>Java>Code Generation>Code and Comments */ public class TestIDNARef extends TestFmwk { public static void main(String[] args) throws Exception { new TestIDNARef().run(args); } private StringPrepParseException unassignedException = new StringPrepParseException("",StringPrepParseException.UNASSIGNED_ERROR); public void TestToUnicode() throws Exception{ try{ for(int i=0; i