Commit Graph

86 Commits

Author SHA1 Message Date
Eric Mader
b3e3615ca5 ICU-5923 remove C++ comment.
X-SVN-Rev: 22724
2007-10-01 17:25:28 +00:00
Eric Mader
6326fd83b3 ICU-5923 Add $(top_srcdir)/layoutex to -I list.
X-SVN-Rev: 22722
2007-09-29 01:11:38 +00:00
Eric Mader
48cc4bf0aa ICU-5923 need to map from physical to logical when copying RTL char indices.
X-SVN-Rev: 22721
2007-09-29 00:55:19 +00:00
Eric Mader
84e6aefc9e ICU-5907 Add test to make sure that ScriptCodes::scriptCodeCount == UScriptCode::USCRIPT_CODE_LIMIT.
X-SVN-Rev: 22618
2007-09-04 22:36:42 +00:00
Eric Mader
bb4a371fdb ICU-5805 Update copyright notices for ICU 3.8
X-SVN-Rev: 22167
2007-07-27 03:12:12 +00:00
Markus Scherer
19446aeeba ICU-5585 fast, freezable UnicodeSet with span() with string support; svn merge -r 21018:22033 http://source.icu-project.org/repos/icu/icu/branches/markus/fastset and revert source/test/perf/unisetperf/draft/* and source/common/utrie.* and source/allinone/allinone.sln (experimental code)
X-SVN-Rev: 22053
2007-07-19 04:33:20 +00:00
Eric Mader
0399dc31cf ICU-5410 remove copy of TestFont1.otf checked in from the wrong dir.
X-SVN-Rev: 21971
2007-07-13 21:00:53 +00:00
Eric Mader
a80c52ce78 ICU-5410 Add Hangul test case, TestFont1.otf. (w/ Tim Band's permission)
X-SVN-Rev: 21963
2007-07-13 17:31:00 +00:00
Eric Mader
fa93ad03f5 ICU-5357 describe current implementation, update references to fonts.
X-SVN-Rev: 21962
2007-07-13 17:28:41 +00:00
Eric Mader
3ba0c97144 ICU-5565 gendata needs to have ../../tools/ctestfw on include list. Update to most recent version of CODE2000.
X-SVN-Rev: 21826
2007-06-26 17:37:06 +00:00
Eric Mader
b2dc4eced5 ICU-5565 Merge loengine branch to trunk!
X-SVN-Rev: 21808
2007-06-22 03:57:45 +00:00
George Rhoten
871ce36286 ICU-5305 Allow ICU to build when U_USING_ICU_NAMESPACE is 0
X-SVN-Rev: 21656
2007-06-07 00:41:21 +00:00
Eric Mader
acc3a3e636 ICU-5309 Add test case for ZWJ use in Devanagari.
X-SVN-Rev: 20986
2007-01-26 18:26:00 +00:00
Eric Mader
0baac6e262 ICU-5309 Need to filter ZWJ/ZWNJ in LEFontInstance:MapCharToGlyph 'cause need to be able call canDisplay.
X-SVN-Rev: 20929
2007-01-25 19:57:43 +00:00
Eric Mader
69b172a199 ICU-5309 Move fFilterZeroWidth from OpenTypeLayoutEngine to LayoutEngine, add fFilterZeroWidth to DefaultCharMapper, remove filterZeroWidth parameters from MapCharsToGlyphs, MapCharToGlyph.
X-SVN-Rev: 20918
2007-01-24 22:45:49 +00:00
Eric Mader
76e2c08bee ICU-4988 clean up options to make it easier to add x64 platform.
X-SVN-Rev: 20812
2006-12-20 00:30:39 +00:00
George Rhoten
2af0d67c26 ICU-4988 Embed the available manifest into each executable and library for MSVC 2005
X-SVN-Rev: 20802
2006-12-16 21:07:01 +00:00
George Rhoten
3e9764f769 ICU-4988 Convert project files from MSVC 2003 to MSVC 2005.
No need to use =1

X-SVN-Rev: 20785
2006-12-13 04:41:02 +00:00
George Rhoten
79c80dea96 ICU-4988 Convert project files from MSVC 2003 to MSVC 2005.
Hide warnings about standard C functions being deprecated.
Optimize a few things for the new environment.
Allow project files to work on FAT32 directories.

X-SVN-Rev: 20772
2006-12-13 01:44:54 +00:00
Steven R. Loomis
fcb6fa3e01 ICU-2401 clean up .cvsignore files
X-SVN-Rev: 20757
2006-12-06 19:19:06 +00:00
George Rhoten
b9694dd912 ICU-5357 Fix two broken links.
X-SVN-Rev: 20409
2006-09-26 17:51:51 +00:00
George Rhoten
77d118a8a5 ICU-5282 Don't test for UCONFIG_NO_CONVERSION. It shouldn't normally work.
X-SVN-Rev: 19963
2006-08-02 22:29:50 +00:00
Eric Mader
87731aeae7 ICU-5282 Fix problems found by uconfigtest.
X-SVN-Rev: 19922
2006-07-28 22:58:29 +00:00
Eric Mader
6fd80adca8 ICU-5282 SimpleFontInstance::getGlyphAdvance: don't check for combining characters; depends on normalization.
X-SVN-Rev: 19909
2006-07-28 01:48:34 +00:00
George Rhoten
ae96662bb1 ICU-5113 Ignore the names of generated files.
X-SVN-Rev: 19650
2006-05-25 17:30:57 +00:00
Eric Mader
bfcdc84f92 ICU-5113 Add 'locl' feature to Indic. Add tests for Marathi vs. Hindi version of SHA.
X-SVN-Rev: 19599
2006-04-26 20:45:47 +00:00
Eric Mader
958fde0c5f ICU-5113 Add 'locl' feature to Indic. Add "lang" attribute to <test-case>, add Han language-sensitive tests.
X-SVN-Rev: 19585
2006-04-25 19:16:44 +00:00
Eric Mader
deda1e3fbc ICU-5113 Add 'locl' feature to Indic. Add "lang" attribute to <test-case>, add Han language-sensitive tests.
X-SVN-Rev: 19584
2006-04-25 19:08:11 +00:00
Eric Mader
8341bf4d87 ICU-5161 call fontInstance->deleteNameString instead of DELETE_ARRAY.
X-SVN-Rev: 19565
2006-04-19 18:38:46 +00:00
George Rhoten
90b87f3aa8 ICU-5161 Fix memory leaks and use ICU putil functions.
X-SVN-Rev: 19564
2006-04-19 06:53:43 +00:00
Eric Mader
653fcc2232 ICU-5115 Add test cases for matra and mark combinations, including missing consonants.
X-SVN-Rev: 19562
2006-04-18 19:04:05 +00:00
Eric Mader
2751032ccd ICU-3979 Fix extrremely annoying compiler warnings.
X-SVN-Rev: 19530
2006-04-11 22:40:05 +00:00
Eric Mader
656d7e1b43 ICU-3979 remove spurious semi-colons.
X-SVN-Rev: 19528
2006-04-11 01:32:24 +00:00
Eric Mader
ca9fcb4e10 ICU-3979 Fix compiler warnings.
X-SVN-Rev: 19527
2006-04-11 01:15:08 +00:00
Eric Mader
e4ae327eed ICU-3979 Add automatic LayoutEngine tests.
X-SVN-Rev: 19523
2006-04-07 23:51:55 +00:00
Eric Mader
85bbb0fcbf ICU-5057 Treat wchar_t as built-in type.
X-SVN-Rev: 19161
2006-02-14 20:57:08 +00:00
Eric Mader
4fa995f1c6 ICU-4338 Remove unused per-script table.
X-SVN-Rev: 18306
2005-07-20 23:14:50 +00:00
Eric Mader
8250658adb ICU-4508 ~FontTableCache needs to delete fTableCache. Update project files for VS .NET 2003.
X-SVN-Rev: 17931
2005-06-17 00:01:47 +00:00
Markus Scherer
f292c7ff36 ICU-4120 document Copt=Qaac
X-SVN-Rev: 17864
2005-06-10 22:45:34 +00:00
Eric Mader
41ca4f63ee ICU-4428 update copyright notices for ICU 3.3.
X-SVN-Rev: 17296
2005-03-08 22:49:59 +00:00
George Rhoten
321b145b00 ICU-4420 Drop support for MSVC 6 project files
X-SVN-Rev: 17273
2005-03-02 06:23:03 +00:00
Eric Mader
91d514a16f ICU-4288 fix lots of warnings.
X-SVN-Rev: 17265
2005-02-28 23:29:25 +00:00
Eric Mader
61b54a383a ICU-4288 fix lots of build warnings
X-SVN-Rev: 17264
2005-02-28 23:18:05 +00:00
Eric Mader
9546146cb6 ICU-4335 Use strftime() to generate date/time string in "Generated on:" comment.
X-SVN-Rev: 17165
2005-01-28 19:13:04 +00:00
Eric Mader
b8336940cf ICU-4335 Add local time to "Generated on:" comment.
X-SVN-Rev: 17159
2005-01-25 22:41:00 +00:00
Eric Mader
50ec20ea0d ICU-4335 Record, test font checksum and version strings in testdata. Change readme to reference Sun JRE and free Thai font. Use current date to set copyright date, gneration date in testdata.cpp.
X-SVN-Rev: 17157
2005-01-25 22:29:46 +00:00
Eric Mader
d6d16eefcf ICU-3294 Fix compilation error on Fedora FC3.
X-SVN-Rev: 17127
2005-01-14 18:49:35 +00:00
Eric Mader
88ab56744b ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15418
2004-05-19 23:50:15 +00:00
Eric Mader
7b69a50f45 ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15417
2004-05-19 23:48:47 +00:00
Eric Mader
2728c65021 ICU-3512 needed to re-generate test data since the Code2000 font has GPOS info for other scripts, but not Arabic.
X-SVN-Rev: 14546
2004-02-19 20:17:58 +00:00