Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
as_is/ | H | 25-Apr-2025 | - | 746 | 482 | |
build_qnx/ | H | 25-Apr-2025 | - | 109 | 90 | |
packaging/ | H | 25-Apr-2025 | - | 492 | 366 | |
source/ | H | 25-Apr-2025 | - | 5,589,690 | 5,176,913 | |
.gitignore | H A D | 25-Apr-2025 | 1.6 KiB | 94 | 90 | |
APIChangeReport.html | H A D | 25-Apr-2025 | 102.8 KiB | 1,631 | 1,627 | |
APIChangeReport.md | H A D | 25-Apr-2025 | 53.4 KiB | 486 | 450 | |
Android.bp | H A D | 25-Apr-2025 | 2.1 KiB | 56 | 53 | |
LICENSE | H A D | 25-Apr-2025 | 35.8 KiB | 718 | 622 | |
icu4c.css | H A D | 25-Apr-2025 | 7.1 KiB | 516 | 417 | |
license.html | H A D | 25-Apr-2025 | 622 | 19 | 16 | |
readme.html | H A D | 25-Apr-2025 | 1.6 KiB | 30 | 24 |
readme.html
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 2"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 4<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> 5 <head> 6 <title>ReadMe for ICU4C</title> 7 <meta name="COPYRIGHT" content= 8 "Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html"/> 9 <!-- meta name="COPYRIGHT" content= 10 "Copyright (c) 1997-2016 IBM Corporation and others. All Rights Reserved." / --> 11 <meta name="KEYWORDS" content= 12 "ICU; International Components for Unicode; ICU4C; what's new; readme; read me; introduction; downloads; downloading; building; installation;" /> 13 <meta name="DESCRIPTION" content= 14 "The introduction to the International Components for Unicode with instructions on building, installation, usage and other information about ICU." /> 15 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 16 <link type="text/css" href="./icu4c.css" rel="stylesheet"/> 17 </head> 18 19 20 <body> 21 <p>This readme has moved to the <a href="https://unicode-org.github.io/icu/userguide/icu4c/">ICU4C Readme</a> 22 section in the <a href="https://unicode-org.github.io/icu/">ICU User Guide</a>.</p> 23 <hr /> 24 <p> Copyright © 2016 and later: Unicode, Inc. and others. License & terms of use: 25 <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/> 26 Copyright © 1997-2016 International Business Machines Corporation and others. 27 All Rights Reserved.</p> 28 </body> 29</html> 30