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