Skip to content

Commit 5601fe2

Browse files
committed
sifter fix 30112 year to 2020
1 parent e4e6825 commit 5601fe2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

c/uca/sifter/unisyms.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
* Adjust implicit weights for Tangut ideographs and Tangut components.
4444
* 2025-Feb-18 Tweak for typo.
4545
* 2025-Feb-19 Add time stamp and CTT table ID to output.
46+
* 2025-Jul-22 Update publication date for TR 30112.
4647
*/
4748

4849
#define _CRT_SECURE_NO_WARNINGS
@@ -962,7 +963,7 @@ char localbuf[48];
962963
fputs ( "% escape_char /\n% comment_char %\n\n% LC_COLLATE\n\n", fd );
963964
fputs ( "% Decomment the lines above to create an\n", fd );
964965
fputs ( "% LC_COLLATE definition in the style of ISO/IEC TR 14652:2004.\n\n", fd );
965-
fputs ( "% Note that ISO/IEC TR 14652:2004 has been replaced by ISO/IEC TR 30112:2014.\n\n", fd );
966+
fputs ( "% Note that ISO/IEC TR 14652:2004 has been replaced by ISO/IEC TR 30112:2020.\n\n", fd );
966967
fputs ( "% Autogenerated Common Template Table\n", fd );
967968
dumpTimeStamp ( fd, "%" );
968969
sprintf ( localbuf, "%% CTT Table Name: %s\n", cttID );

0 commit comments

Comments
 (0)