comparison tango/tango/group/convert.d @ 132:1700239cab2e trunk

[svn r136] MAJOR UNSTABLE UPDATE!!! Initial commit after moving to Tango instead of Phobos. Lots of bugfixes... This build is not suitable for most things.
author lindquist
date Fri, 11 Jan 2008 17:57:40 +0100
parents
children
comparison
equal deleted inserted replaced
131:5825d48b27d1 132:1700239cab2e
1 /*******************************************************************************
2
3 copyright: Copyright (c) 2007 Kris Bell. All rights reserved
4
5 license: BSD style: $(LICENSE)
6
7 version: Nov 2007: Initial release
8
9 author: Kris
10
11 Convenience module to import renamed text conversions
12
13 *******************************************************************************/
14
15 module tango.net.convert;
16
17 public import Utf = tango.text.convert.Utf;
18 public import Float = tango.text.convert.Float;
19 public import Integer = tango.text.convert.Integer;
20 public import TimeStamp = tango.text.convert.TimeStamp;
21