Changeset 2493
- Timestamp:
- 08/17/07 15:11:34 (1 year ago)
- Files:
-
- trunk/tango/text/locale/Posix.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tango/text/locale/Posix.d
r2151 r2493 35 35 env = getenv("LANG"); 36 36 if (!env || *env == '\0') 37 return 0;37 throw new Exception("Neither LANG nor LC_ALL were found to be set. Please set for locale formatting to function."); 38 38 } 39 39












