Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use https url for CP950.TXT
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
  • Loading branch information
sorcio and ezio-melotti authored May 30, 2022
commit d831eacd751513e84686579245409112543c4496
2 changes: 1 addition & 1 deletion Tools/unicode/genmap_tchinese.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
BIG5HKSCS_C2 = (0x40, 0xfe)

MAPPINGS_BIG5 = 'https://unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/OTHER/BIG5.TXT'
MAPPINGS_CP950 = 'http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP950.TXT'
MAPPINGS_CP950 = 'https://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP950.TXT'

HKSCS_VERSION = '2004'
# The files for HKSCS mappings are available under a restrictive license.
Expand Down