comparison dwt/internal/Compatibility.d @ 318:f7a1b148cb35

Fix the languag file support.
author Frank Benoit <benoit@tionex.de>
date Sun, 19 Oct 2008 02:47:56 +0200
parents 8c656d6b7300
children
comparison
equal deleted inserted replaced
317:8c656d6b7300 318:f7a1b148cb35
29 29
30 import Math = tango.math.Math; 30 import Math = tango.math.Math;
31 import Unicode = tango.text.Unicode; 31 import Unicode = tango.text.Unicode;
32 import tango.sys.Process; 32 import tango.sys.Process;
33 import dwt.dwthelper.utils; 33 import dwt.dwthelper.utils;
34 import dwt.dwthelper.ResourceBundle;
34 import tango.io.Path; 35 import tango.io.Path;
36 import tango.text.convert.Format;
35 37
36 /** 38 /**
37 * This class is a placeholder for utility methods commonly 39 * This class is a placeholder for utility methods commonly
38 * used on J2SE platforms but not supported on some J2ME 40 * used on J2SE platforms but not supported on some J2ME
39 * profiles. 41 * profiles.