Comparison

libs/encodings.lua @ 0:caf260adc453

Beginning of new verse
author Matthew Wild <mwild1@gmail.com>
date Tue, 04 Aug 2009 00:10:45 +0100
child 107:59c6f2deb8ab
comparison
equal deleted inserted replaced
-1:000000000000 0:caf260adc453
1 module "encodings"
2
3 stringprep = {};
4
5 return _M;