- // max no. of encodings for one language used on one platform
- // Anybody thinks 5 is not enough? ;-)
-
- // It is too much. Using maximum of everything at the current moment to not
- // make the library larger than necessary. Make larger only if necessary - MR
+ // max no. of encodings for one language used on one platform.
+ // Using maximum of everything at the current moment to not make the
+ // library larger than necessary. Make larger only if necessary - MR