Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Makefile.in | 21-Aug-2018 | 1.8K | |
readme.txt | 21-Aug-2018 | 464 | |
testmap.c | 21-Aug-2018 | 2.1K | |
testmap.dsp | 21-Aug-2018 | 3.8K |
1 # Copyright (C) 2016 and later: Unicode, Inc. and others. 2 # License & terms of use: http://www.unicode.org/copyright.html 3 # Copyright (C) 2012 IBM Corporation and Others. All Rights Reserved. 4 5 This test may be tested on a linux machine like so: 6 7 $ env XTRA_OPTS='-fPIC' icurun -i /path/to/icu-build testmap.c 8 9 Where /path/to/icu-build is the path to an ICU build dir 10 11 And where icurun is from : http://source.icu-project.org/repos/icu/tools/trunk/scripts/icurun 12 13