Changeset 3777
- Timestamp:
- 07/20/08 19:28:20 (3 months ago)
- Files:
-
- trunk/tango/text/convert/Layout.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tango/text/convert/Layout.d
r3776 r3777 15 15 16 16 Layout can be customized via configuring various handlers and 17 associated meta-dat e. This is utilized to plug in text.locale17 associated meta-data. This is utilized to plug in text.locale 18 18 for handling custom formats, date/time and culture-specific 19 19 conversions. … … 29 29 private import tango.core.Exception; 30 30 31 private import tango.io.model.IConduit : OutputStream;32 33 31 private import Utf = tango.text.convert.Utf; 34 32 35 33 private import Float = tango.text.convert.Float, 36 34 Integer = tango.text.convert.Integer; 35 36 private import tango.io.model.IConduit : OutputStream; 37 37 38 38 /*******************************************************************************












