Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!nx02.iad01.newshosting.com!newshosting.com!87.79.20.101.MISMATCH!newsreader4.netcologne.de!news.netcologne.de!news.albasani.net!.POSTED!not-for-mail From: Jan Burse Newsgroups: comp.lang.java.programmer Subject: Re: java.net.IDN jar for JDK 1.5? Date: Tue, 26 Jul 2011 23:33:56 +0200 Organization: albasani.net Lines: 36 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.albasani.net /ShE4QH4jkU1xj2SqfclKZh/s75cIaIbnU42uAuQP/ktx2UW1m/KZDSk9biNRPJ9iENiiIISYMkfc1Lvr9s2xw== NNTP-Posting-Date: Tue, 26 Jul 2011 21:33:56 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="RdOLsLE30hUoZWEOag8D/bSUzWfCjSVf2kl3EyW077/fh+YSh2yWQTo7sOTXVMPdujRbzpgorgdvK8DfZKvoCY56EJQ9LixEh8hUo4VFWbyB1cUx7zfsykDE7buhpSPz"; mail-complaints-to="abuse@albasani.net" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110706 Firefox/5.0 SeaMonkey/2.2 In-Reply-To: Cancel-Lock: sha1:bU1h5IPjSLbUq/LX4ZLEPtsijNo= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:6598 lewbloch schrieb: > On Jul 26, 3:24 am, Jan Burse wrote: >> Dear All, >> >> Just noticed that JDK 1.6 has the new class java.net.IDN, >> which provides Namerep and Punycode. >> >> Any .jar file around that can be used to add this >> functionality (this class) to JDK 1.5? > > I don't find one with a quick trip to Google, although it looks like > there might be a com.sun.* package out there somewhere that has it. > > You are aware that Java 5 has been retired for nearly two years now, > right? > > "J2SE 5.0 End of Service Life Notice > > "J2SE 5.0 reached its End of Service Life (EOSL) on November 3, 2009, > which is the date of the final publicly available update of version > 5.0 (J2SE 5.0 Update 22) ..." > jsp-142662.html> > > That means that it's missing several bug and security updates that > have made it into Java 6. > > -- > Lew I guess you are preaching to the converted? Its not me who is using JDK 1.5, but some supplier of mine. And I need to create layer, that works accross JDK 1.5 and JDK 1.6. Bye