Log

util-src/encodings.c @ 4271:18d888c8c12d

description author age
util.encodings: Fix idna.to_unicode Paul Aurich Sun, 22 May 2011 15:26:03 -0700
util.encodings: Switch comment styles to build ok as ANSI C Matthew Wild Sun, 26 Dec 2010 05:45:35 +0000
util-src/Makefile, util-src/encodings.c{,pp}: Port ICU code to C, rename encodings.cpp back to .c and amend the Makefile accordingly base util-src/encodings.cpp@bae1d44e67b0 Matthew Wild Fri, 17 Dec 2010 22:32:21 +0000
Update copyright headers for 2010 Matthew Wild Mon, 22 Mar 2010 17:06:15 +0000
util.encodings: Use STD3 ASCII rules for idna.to_ascii. Waqas Hussain Wed, 10 Feb 2010 00:12:48 +0500
Merge Waqas Hussain Fri, 02 Oct 2009 17:14:54 +0500
util.encodings: Removed a bit of unreachable code. Waqas Hussain Fri, 02 Oct 2009 16:46:39 +0500
util.encodings: Included idn-free.h, which explicitly declares the idn_free function. Waqas Hussain Fri, 02 Oct 2009 16:45:54 +0500
util.encodings: Fixed: Last change was not ANSI C compatible. Waqas Hussain Fri, 02 Oct 2009 16:44:14 +0500
util.encodings: Don't throw an error but return nil when passed nil or a non-string value Matthew Wild Tue, 29 Sep 2009 19:05:32 +0100
util.encodings: Fixed an issue with cross-module memory deallocation (crashes on some windows versions). Waqas Hussain Tue, 22 Sep 2009 22:21:15 +0500
0.3->0.4 Matthew Wild Fri, 20 Mar 2009 20:16:25 +0000
Licensing/version updates for some files (forgot to commit, doh...) Matthew Wild Mon, 02 Feb 2009 18:03:18 +0000
Fixed util.encodings.base64.decode to not truncate results when encountering an '=' before the end of the given input. Waqas Hussain Mon, 08 Dec 2008 03:19:11 +0500