From 44d46d022675756783e3c007923a77446d52b7e7 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 17 Jun 2010 21:40:46 -0400 Subject: Renamed core/.*.lua to core/.*.luadoc documentation files. --- core/.iconv.lua | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 core/.iconv.lua (limited to 'core/.iconv.lua') diff --git a/core/.iconv.lua b/core/.iconv.lua deleted file mode 100644 index 86ca54c9..00000000 --- a/core/.iconv.lua +++ /dev/null @@ -1,15 +0,0 @@ --- Copyright 2007-2010 Mitchell mitchellcaladbolg.net. See LICENSE. --- This is a DUMMY FILE used for making LuaDoc for built-in functions in the --- string table. - ---- Extends Lua's string package to provide character set conversions. -module('string') - ---- --- Converts a string from one character set to another using iconv(). --- Valid character sets are ones GLib's g_convert() accepts, typically GNU --- iconv's character sets. --- @param text The text to convert. --- @param to The character set to convert to. --- @param from The character set to convert from. -function iconv(text, to, from) end -- cgit v1.2.3