diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Unicode/Collate/Locale/ko.pl')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Unicode/Collate/Locale/ko.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/lib/Unicode/Collate/Locale/ko.pl b/Master/tlpkg/tlperl/lib/Unicode/Collate/Locale/ko.pl new file mode 100644 index 00000000000..a5d91e267e9 --- /dev/null +++ b/Master/tlpkg/tlperl/lib/Unicode/Collate/Locale/ko.pl @@ -0,0 +1,4 @@ +use Unicode::Collate::CJK::Korean; ++{ + overrideCJK => \&Unicode::Collate::CJK::Korean::weightKorean, +}; |