Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #1031 (closed enhancement: fixed)

Opened 6 months ago

Last modified 6 months ago

"Culture not supported" - reloaded

Reported by: mandel Assigned to: larsivi
Priority: normal Milestone: 0.99.6
Component: Core Functionality Version: 0.99.5 Jascha
Keywords: Cc:

Description

Running a tango program on the Knoppix 5.3 liveCD gives me this error:

tango.core.Exception.LocaleException: Culture is not supported.

This string is present in tango/text/locale/Core.d and Data.d.
Setting LC_ALL fixed the problem (setting LANG didn't).

This problem is part of #425 (wontfix). Shouldn't error message be changed to be as informative as in http://www.dsource.org/projects/tango/changeset/2493?

Change History

04/09/08 15:09:10 changed by larsivi

  • status changed from new to closed.
  • resolution set to fixed.

(In [3424]) More descriptive error messages - closes #1031, thanks mandel.