/
githubmirror
/
icu
ОбзорДокументацияВойти
/
githubmirror
/
icu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
icu/
.../unicode/c/
..
genprops

ICU-23343 fix & adjust C++ Unicode tools

2 месяца назад
genregexcasing

ICU-21107 Update ICU4C minimum standard version from C++11 to C++17.

3 года назад
genuca

ICU-21833 Replace UChar with char16_t in all C++ code.

4 года назад
genuts46

ICU-21833 Replace UChar with char16_t in all C++ code.

4 года назад
CMakeLists.txt

ICU-21107 Update ICU4C minimum standard version from C++11 to C++17.

3 года назад
readme.txt

ICU-21580 change site.icu-project.org to icu.unicode.org etc

5 лет назад
readme.txt
#
# Copyright (C) 2017 and later: Unicode, Inc. and others.
# License & terms of use: http://www.unicode.org/copyright.html
#
# Copyright (C) 2010, International Business Machines
# Corporation and others. All Rights Reserved.
#
# created on: 2010jun04
# created by: Markus W. Scherer
 
These tools parse Unicode Character Database files and generate
data files (text, source code and binary) for use in ICU.
They are used during the Unicode beta period and after a Unicode release.
 
For a log of actions and changes for recent Unicode version upgrades of ICU, see
https://github.com/unicode-org/icu/blob/main/icu4c/source/data/unidata/changes.txt
 
Since the Unicode 5.2 upgrade, these tools have been moved out of the ICU source
tree to here. They have not been fully tested and probably need some more work
and setup. They might benefit from additional shell or Python scripts.
 
There are autoconf makefiles (Makefile.in) and Visual C++ project files (.vcproj)
in the subfolders. They are copied over from the ICU source tree and will not
work without modifications. However, I started to use CMake (CMakeLists.txt)
which is much simpler, and if it works well enough then I plan to just
delete the old makefiles and project files. The CMake files should
work on Linux and MacOS X.
I should use more variables to make the CMake files more portable, and should
use ICU's installed icu-config or Makefile.inc to get the values for these
variables.
(If and when ICU itself uses CMake, we should be able to point to its modules.)
 
Things will improve as I work on Unicode 6...
 
markus