Project

General

Profile

locale_definition_v2.27.diff

Greg Shah, 03/14/2019 03:33 PM

Download (1.7 KB)

View differences:

locale/en_US@p2j_basic 2019-03-14 19:23:44 +0000
12 12
%                            rules to match those of Progress' basic collation as closely as
13 13
%                            possible.
14 14
%  002 OM  20160601          Adjusted some codes according to data extracted from P4GL test app.
15
%  003 GES 20190304          In LC_IDENTIFICATION section, the "en_US@p2j_basic:2016" must now be
16
%                            hardcoded to "i18n:2012" as of localedef 2.7 (seen in Ubuntu 18.04). 
15 17
%
16 18
%
17 19
% This program is free software: you can redistribute it and/or modify
......
77 79
fax        ""
78 80
language   "English"
79 81
territory  "USA"
80
revision   "1.1"
81
date       "2016-04-27"
82
revision   "1.2"
83
date       "2019-03-14"
82 84

  
83
category  "en_US@p2j_basic:2016";LC_IDENTIFICATION
84
category  "en_US@p2j_basic:2016";LC_CTYPE
85
category  "en_US@p2j_basic:2016";LC_COLLATE
86
category  "en_US@p2j_basic:2016";LC_TIME
87
category  "en_US@p2j_basic:2016";LC_NUMERIC
88
category  "en_US@p2j_basic:2016";LC_MONETARY
89
category  "en_US@p2j_basic:2016";LC_MESSAGES
90
category  "en_US@p2j_basic:2016";LC_PAPER
91
category  "en_US@p2j_basic:2016";LC_NAME
92
category  "en_US@p2j_basic:2016";LC_ADDRESS
93
category  "en_US@p2j_basic:2016";LC_TELEPHONE
85
category  "i18n:2012";LC_IDENTIFICATION
86
category  "i18n:2012";LC_CTYPE
87
category  "i18n:2012";LC_COLLATE
88
category  "i18n:2012";LC_TIME
89
category  "i18n:2012";LC_NUMERIC
90
category  "i18n:2012";LC_MONETARY
91
category  "i18n:2012";LC_MESSAGES
92
category  "i18n:2012";LC_PAPER
93
category  "i18n:2012";LC_NAME
94
category  "i18n:2012";LC_ADDRESS
95
category  "i18n:2012";LC_TELEPHONE
94 96

  
95 97
END LC_IDENTIFICATION
96 98