From MAILER-DAEMON Tue Mar 13 06:47:18 2007 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HR4XG-00063M-Rg for mharc-help-libidn@gnu.org; Tue, 13 Mar 2007 06:47:18 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HR4XF-00061P-EI for help-libidn@gnu.org; Tue, 13 Mar 2007 06:47:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HR4XD-0005zF-T7 for help-libidn@gnu.org; Tue, 13 Mar 2007 06:47:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HR4XD-0005z9-I6 for help-libidn@gnu.org; Tue, 13 Mar 2007 05:47:15 -0500 Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HR4WQ-0004ie-Eg for help-libidn@gnu.org; Tue, 13 Mar 2007 06:46:26 -0400 Received: from mocca.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id l2DAkAtq010909 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 13 Mar 2007 11:46:11 +0100 X-Hashcash: 1:22:070313:help-libidn@gnu.org::qHEwkKfXRdz2POes:1gjK From: Simon Josefsson To: "Alexander Gnauck" References: <012b01c75c25$be495210$6401a8c0@alexlaptop> <87lki6lg0w.fsf@mocca.josefsson.org> <45F15F03.9030303@ag-software.de> <874pouldz7.fsf@mocca.josefsson.org> <45F167E3.1060002@ag-software.de> <87fy8ejz2i.fsf@mocca.josefsson.org> <010901c7625b$bf4a44d0$6601a8c0@alexlaptop> OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:22:070313:gnauck@ag-software.de::NRYeSghnP6ZWTLey:JbES Date: Tue, 13 Mar 2007 11:46:10 +0100 In-Reply-To: <010901c7625b$bf4a44d0$6601a8c0@alexlaptop> (Alexander Gnauck's message of "Fri\, 9 Mar 2007 16\:00\:58 +0100") Message-ID: <87k5xlxvyl.fsf_-_@mocca.josefsson.org> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.94 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on yxa.extundo.com X-Virus-Status: Clean Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by yxa.extundo.com id l2DAkAtq010909 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) Cc: help-libidn@gnu.org Subject: Update of C# port of LibIDN X-BeenThere: help-libidn@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion list for GNU Internationalized Domain Name library \(Libidn\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2007 10:47:17 -0000 I fixed that problem, and fixed a bad namespace for the generated RFC3454.cs file, and removed the 'press return' prompts (bad for batch usage), and installed all into libidn CVS. I'll make a new release shortly. Btw, do you have any self-tests of the C# API? It might be useful to include at least some basic test to see if things work. I'm Cc:ing this to the list, to preserve public history of this thread. Thanks, Simon "Alexander Gnauck" writes: > OK, ApplendLine is just Append + Newline, > I will replace AppendLine with Append. > > Alex=20 > >> -----Urspr=FCngliche Nachricht----- >> Von: Simon Josefsson [mailto:simon@josefsson.org]=20 >> Gesendet: Freitag, 9. M=E4rz 2007 15:01 >> An: Alexander Gnauck >> Betreff: Re: libIDN >>=20 >> I'm using cscc from PNET: >>=20 >> jas@mocca:~/src/libidn/csharp/misc$ cscc --version >> cscc version 0.7.4 >> jas@mocca:~/src/libidn/csharp/misc$ >>=20 >> /Simon >>=20 >> Alexander Gnauck writes: >>=20 >> > which compiler are you using? then i take a look at it. >> > >> > Alex >> > >> > Simon Josefsson wrote: >> >> Thanks! 'AppendLine' doesn't seem to work on my compiler (cscc): >> >> >> >> jas@mocca:~/src/libidn/csharp/misc$ bash ../../csharpcomp.sh *.cs >> >> GenerateRFC3454.cs:202: called object is not a method or delegate >> >> GenerateRFC3454.cs:217: called object is not a method or delegate >> >> jas@mocca:~/src/libidn/csharp/misc$ >> >> >> >> Any ideas? >> >> >> >> Thanks, >> >> Simon >> >> >> >> Alexander Gnauck writes: >> >> >> >> =20 >> >>> Hi Simon, code is attached, it still needs some cleanup,=20 >> but it's working. >> >>> >> >>> Regards, >> >>> Alex >> >>> >> >>> Simon Josefsson wrote: >> >>> =20 >> >>>> "Alexander Gnauck" writes: >> >>>> >> >>>> =20 >> >>>>> Hi Simon, >> >>>>> >> >>>>> I attached the current version of libIDN#. One bug was=20 >> fixed and i have done >> >>>>> lots of refactoring. >> >>>>> =20 >> >>>> Hi Alexander! I took a look at this now. Can you send=20 >> the script to >> >>>> generate the auto-generated files? >> >>>> >> >>>> /Simon >> >>>> >> >>>> >> >>>> =20 >> >> >> >> >> >> =20 >>=20 From MAILER-DAEMON Tue Mar 13 06:56:20 2007 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HR4g0-00048b-JN for mharc-help-libidn@gnu.org; Tue, 13 Mar 2007 06:56:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HR4fy-00041c-IH for help-libidn@gnu.org; Tue, 13 Mar 2007 06:56:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HR4fx-00040K-Ua for help-libidn@gnu.org; Tue, 13 Mar 2007 06:56:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HR4fx-0003zn-OM for help-libidn@gnu.org; Tue, 13 Mar 2007 05:56:17 -0500 Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HR4fB-0005qP-L7 for help-libidn@gnu.org; Tue, 13 Mar 2007 06:55:30 -0400 Received: from mocca.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id l2DAtCof011736 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 13 Mar 2007 11:55:15 +0100 X-Hashcash: 1:22:070313:help-libidn@gnu.org::qYlAMp2J8p2FbrAA:AOPq From: Simon Josefsson To: help-libidn@gnu.org OpenPGP: id=B565716F; url=http://josefsson.org/key.txt Date: Tue, 13 Mar 2007 11:55:10 +0100 Message-ID: <87fy89xvjl.fsf@mocca.josefsson.org> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.94 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on yxa.extundo.com X-Virus-Status: Clean X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) Subject: Libidn 0.6.11 X-BeenThere: help-libidn@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion list for GNU Internationalized Domain Name library \(Libidn\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2007 10:56:18 -0000 --=-=-= Libidn is a modern library to perform internationalized string processing based on the Stringprep, Punycode, Internationalizing Domain Names in Applications (IDNA) specifications. Libidn contains interfaces for C, Java, C# and Emacs Lisp. * Version 0.6.11 (released 2007-03-13) ** Update of the C# Libidn port, by Alexander Gnauck. The code has been refactored and the namespace has been modified to comply with .NET naming conventions. An IDNA bug was fixed. ** Update gnulib files. We now use the "striconv" module instead of the "iconvme", which causes a slight increase of code size (from 303kb to 319kb with debugging symbols on i386). The reason is the use of a new locale independent strcasecmp, which may cause faster operation in some locales where, e.g., "ASCII" and "ascii" are not treated as the same. ** API and ABI is backwards compatible with the previous version. The library contains a generic Stringprep implementation that does Unicode 3.2 NFKC normalization, mapping and prohibitation of characters, and bidirectional character handling. Profiles for Nameprep, iSCSI, SASL and XMPP are included. Punycode and ASCII Compatible Encoding (ACE) via IDNA are supported. A mechanism to define Top-Level Domain (TLD) specific validation tables, and to compare strings against those tables, is included. Default tables for some TLDs are also included. Finally, the library can detect "problem sequences" that may trigger bugs in various NFKC implementations. Improving Libidn is costly, but you can help! We are looking for organizations that find Libidn useful and wish to contribute back. You can contribute by reporting bugs, improve the software, or donate money or equipment. Commercial support contracts for Libidn are available, and they help finance continued maintenance. Simon Josefsson Datakonsult, a Stockholm based privately held company, is currently funding Libidn maintenance. We are always looking for interesting development projects. See http://josefsson.org/ for more details. All manual formats are available from: http://josefsson.org/libidn/manual/ Specifically, the following formats are available. The main manual: http://josefsson.org/libidn/manual/libidn.html - HTML format http://josefsson.org/libidn/manual/libidn.pdf - PDF format API Reference manual: http://josefsson.org/libidn/reference/ch01.html - GTK-DOC HTML Doxygen documentation: http://josefsson.org/libidn/doxygen/ - HTML format http://josefsson.org/libidn/doxygen/libidn.pdf - PDF format JavaDoc output for the Java API: http://josefsson.org/libidn/javadoc/tree.html If you need help to use Libidn, or want to help others, you are invited to join our help-libidn mailing list, see: . The project page of the library is available at: http://www.gnu.org/software/libidn/ http://josefsson.org/libidn/ (updated faster) Here are the compressed sources (2.2MB): ftp://alpha.gnu.org/gnu/libidn/libidn-0.6.11.tar.gz http://josefsson.org/libidn/releases/libidn-0.6.11.tar.gz Here are GPG detached signatures: ftp://alpha.gnu.org/gnu/libidn/libidn-0.6.11.tar.gz.sig http://josefsson.org/libidn/releases/libidn-0.6.11.tar.gz.sig The software is cryptographically signed by the author using an OpenPGP key identified by the following information: pub 1280R/B565716F 2002-05-05 [expires: 2008-06-30] Key fingerprint = 0424 D4EE 81A0 E3D1 19C6 F835 EDA2 1E94 B565 716F uid Simon Josefsson uid Simon Josefsson sub 1280R/4D5D40AE 2002-05-05 [expires: 2008-06-30] sub 1024R/09CC4670 2006-03-18 [expires: 2007-04-22] sub 1024R/AABB1F7B 2006-03-18 [expires: 2007-04-22] sub 1024R/A14C401A 2006-03-18 [expires: 2007-04-22] The key is available from: http://josefsson.org/key.txt dns:b565716f.josefsson.org?TYPE=CERT Here are the SHA-1 and SHA-224 signatures: 66b58bcd5f9a1c3f0519a2cb356f9416a495c14f libidn-0.6.11.tar.gz f5db2aea60e502266cad93054d430a58cae31e33 libidn-0.6.11.tar.gz.sig bccae22948a4abc5c2709e6c8e1f9e98a43a4b56a55296dca13318b1 libidn-0.6.11.tar.gz 1a0cb0e282d97b3bfaec8471a37c1510f57306bc871a8c00ad4a9f24 libidn-0.6.11.tar.gz.sig Enjoy, Simon --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iOoEAQECADQFAkX2gxAtFIAAAAAAFQAPcGthLWFkZHJlc3NAZ251cGcub3JnamFz QGV4dHVuZG8uY29tAAoJEO2iHpS1ZXFvyL8E/jgAKy3VriezVRF/fXTxF3H4cHpR pEE/TnF1J7jQiboiftdyFgZayIlEG7tzwzPIWdTyKWMR+5B3W4ctIEjV/A6N8gK9 zL+fDYNOr/6vGz1xg2OGVmVCGecMd1zxyxEz51rG/sh1RY1WMH61pPfJo9zt69Up ZozuQxOpBMbSYQPpAoLXN98FZUg3qZFc9CMuy9k81Efx1iSCRfLtLJ60/eA= =evmP -----END PGP SIGNATURE----- --=-=-=-- From MAILER-DAEMON Sun Mar 25 01:38:03 2007 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HVLQZ-0004bh-Ra for mharc-help-libidn@gnu.org; Sun, 25 Mar 2007 01:38:03 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HVLQY-0004Yd-7n for help-libidn@gnu.org; Sun, 25 Mar 2007 01:38:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HVLQV-0004Sj-Us for help-libidn@gnu.org; Sun, 25 Mar 2007 01:38:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVLQV-0004SW-SD for help-libidn@gnu.org; Sun, 25 Mar 2007 00:37:59 -0500 Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HVLOO-0006hp-2C for help-libidn@gnu.org; Sun, 25 Mar 2007 01:35:49 -0400 Received: from mocca.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id l2P5ZUEm022021 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 25 Mar 2007 07:35:30 +0200 From: Simon Josefsson To: help-libidn@gnu.org User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux) X-Hashcash: 1:22:070325:help-libidn@gnu.org::BTP1nKRQ12nAKWns:3gEo OpenPGP: id=B565716F; url=http://josefsson.org/key.txt Date: Sun, 25 Mar 2007 07:35:29 +0200 Message-ID: <87wt15khr2.fsf@mocca.josefsson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on yxa.extundo.com X-Virus-Status: Clean X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) Subject: Libidn Summer of Code X-BeenThere: help-libidn@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion list for GNU Internationalized Domain Name library \(Libidn\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Mar 2007 05:38:02 -0000 Hi all! Just a reminder that Libidn participate in the Google Summer of Code project, via the GNU project, see: http://code.google.com/soc/ http://www.gnu.org/software/soc-projects/guidelines.html The deadline for student applications is tomorrow! So start writing on your application if you are interested... Cheers, Simon