Bug 29485

GemStone/S

6.7.2.1, 6.7.2, 6.7.1, 6.7, 6.6.5, 6.6.4, 6.6.3.3, 6.6.3.2, 6.6.3, 6.6.2, 6.6.1, 6.6, 6.5.8, 6.5.7.5, 6.5.7, 6.5.6, 6.5.5, 6.5.4, 6.5.2, 6.5.1, 6.5, 6.3.1, 6.3, 6.2.x, 6.2, 6.1.6, 6.1.5, 6.1.4, 6.1.3, 6.1.2, 6.1.1, 6.1

All

Language file compilation does not handle % as documented

When using the GemStone error message compiler in the process of
translating error messages, the %% is documented, in the SAG pG-7,
to print the % character.

This does not work correctly; after compiling, when the message
is invoked, the resulting error message will not include the %,
and the character following the %% in the source string will be
missing.

Workaround

Instead of using %% for a percent sign, use \%\%


                

Last updated: 9/15/03