EDC4111 40
The symbol range containing %1$s and %2$s was incorrectly formatted.

Explanation

The symbolic names used in range definition in the charmap file should consist of zero or more nonnumeric characters, followed by an integer formed by one or more decimal digits. The characters preceding the integer should be identical in the two symbolic names, and the integer formed by the digits in the second name should be equal to or greater than the integer formed by the digits in the first name. This is interpreted as a series of symbolic names formed from the common part and each of the integers between the first and second integer, inclusive.

In the following example, the first line is valid as both names have the same prefix, followed by four digits, whereas the second example has a different prefix for the first and second name, and is invalid.
<ab0101>...<ab0120>  \x42\xc1
<abc0101>...<ab0120> \x42\xc1

System action

The locale has not been created.

Programmer response

Check the specified symbolic names to ensure compliance to the above rules.