From owner-freebsd-java@FreeBSD.ORG Sat Oct 31 10:27:10 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96BBC106566B for ; Sat, 31 Oct 2009 10:27:10 +0000 (UTC) (envelope-from diizzyy@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 2F37C8FC21 for ; Sat, 31 Oct 2009 10:27:09 +0000 (UTC) Received: by bwz5 with SMTP id 5so4510648bwz.3 for ; Sat, 31 Oct 2009 03:27:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=+0WZ5Dc6Uz52D4Vdc7wmgEXaT6Br0cu5iIqmlNxCytw=; b=UMCqyrwU2xZpndFNf/zzsMBiNbTfJ6O6DZ/sELzeZDoxEqa7Xoa6CQjDzldgdhGbhl QCgaxzHDtzk2uGQtZOOkVXCWUT8bfG7PwK0JEAL3Klk2LV9Yd7TqY1ogbobjOz7cfUvo 1UUdz3dHlbQCM8yKn1XdKljuFz5PCTvMiGMVY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=tjMirwpUM9blVMBDNHZajc0yyxZwZquZw3tRtZbTuQnSHTI7cZD6sC1w8PZedM4CZ+ kKhX0re+2/NEcGKB6MBBP7iVDa+DVGmfan3YMeDLBT5LbGVYDev5P2FJ6LcextCDHUIX ZN5GIp9y394qdVm0Ss8k06iwdMVs3ZZvPfwXU= MIME-Version: 1.0 Received: by 10.239.139.79 with SMTP id s15mr272153hbs.106.1256983534476; Sat, 31 Oct 2009 03:05:34 -0700 (PDT) Date: Sat, 31 Oct 2009 11:05:34 +0100 Message-ID: From: Daniel Engberg To: freebsd-java Content-Type: text/plain; charset=ISO-8859-1 Subject: openjdk6 b17 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2009 10:27:10 -0000 Hi, I can give it a go on 8-CURRENT (from 2nd July) if you want to. While I'm at it, is Unicode supported in this port? I'm getting somewhat strange results running Vuze (former Azureus) on this platform sometimes. If I grab a torrent containing "unicode" named files Vuze falsely claims that the file occurs more than once (Error: File occurs more than once in download). What makes me suspect that unicode is at fault is that filenames shows up as ???????.extension using the WebUI (which uses UTF-8 for encoding). This issue does not happen all the time though and some torrents works fine, they're still displayed as ????? but show up with the correct name over Samba on a Win32 (XP) machine. Best regards, Daniel