Age | Commit message (Collapse) | Author |
|
|
|
* Changed LCID 0x0A69 to 0x066A to comply with the user-assigned space.
* Added RU country for mapping to locales' ISO codes.
* All locales should consist of language and country, except those where the
language is not mappable to any country.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones. To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also insert full date acceptance pattern at first position instead of
appending to have it be first in checks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For known separators '-' '.' '/' in the edit format code if they differ
from the defined DateSeparator generate a second date acceptance pattern
that uses the format code's separator, additionally to the one with
DateSeparator.
|
|
Special special.. upper and lower case letter GHE and space and non-breaking
space.
|
|
|
|
|
|
|
|
|