[DOC] Update how to run tool/enc-unicode.rb

This commit is contained in:
Janosch Müller 2023-04-13 20:43:06 +02:00 коммит произвёл Nobuyoshi Nakada
Родитель a19fa9b2bd
Коммит b742fb029d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7CD2805BFA3770C6
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -5,10 +5,13 @@
#
# To use this, get UnicodeData.txt, Scripts.txt, PropList.txt,
# PropertyAliases.txt, PropertyValueAliases.txt, DerivedCoreProperties.txt,
# DerivedAge.txt and Blocks.txt from unicode.org.
# DerivedAge.txt, Blocks.txt, emoji/emoji-data.txt,
# auxiliary/GraphemeBreakProperty.txt from unicode.org
# (http://unicode.org/Public/UNIDATA/) And run following command.
# ruby1.9 tool/enc-unicode.rb data_dir > enc/unicode/name2ctype.kwd
# tool/enc-unicode.rb data_dir emoji_data_dir > enc/unicode/name2ctype.kwd
# You can get source file for gperf. After this, simply make ruby.
# Or directly run:
# tool/enc-unicode.rb --header data_dir emoji_data_dir > enc/unicode/<VERSION>/name2ctype.h
while arg = ARGV.shift
case arg