Eric Mader
742823e7a3
ICU-2717 deprecate the xml2txt sample.
...
X-SVN-Rev: 12303
2003-06-04 23:27:38 +00:00
Eric Mader
7fbdd986ef
ICU-2717 clean up the all samples project - add new samples, remove redundant ones.
...
X-SVN-Rev: 12290
2003-06-04 21:28:46 +00:00
Eric Mader
f2f1f59b32
ICU-2717 fix compiler warnings.
...
X-SVN-Rev: 12286
2003-06-04 21:10:52 +00:00
Eric Mader
3d41cc8729
ICU-2717 clean up the all samples project - add new samples, remove redundant ones.
...
X-SVN-Rev: 12285
2003-06-04 21:10:25 +00:00
Eric Mader
58c58d0976
ICU-2969 Don't #include "cmemory.h" unless LE_USE_CMEMORY, U_LAYOUT_IMPLEMENTATION or U_LAYOUTEX_IMPLEMENTATION is defined.
...
X-SVN-Rev: 12281
2003-06-04 18:50:27 +00:00
Eric Mader
120c74dc6b
ICU-2969 Don't #include "cmemory.h" unless LE_USE_CMEMORY, U_LAYOUT_IMPLEMENTATION or U_LAYOUTEX_IMPLEMENTATION is defined.
...
X-SVN-Rev: 12276
2003-06-04 17:40:15 +00:00
Eric Mader
a126e9e9c5
ICU-2969 Don't #include "cmemory.h" unless LE_USE_CMEMORY, U_LAYOUT_IMPLEMENTATION or U_LAYOUTEX_IMPLEMENTATION is defined.
...
X-SVN-Rev: 12272
2003-06-04 17:27:50 +00:00
Vladimir Weinstein
b74dd8f3f2
ICU-2959 Added copyright notices to files that didn't have them
...
X-SVN-Rev: 12266
2003-06-04 01:06:48 +00:00
Markus Scherer
72901235c4
ICU-2959 update copyright notices for 2003 changes
...
X-SVN-Rev: 12265
2003-06-04 00:08:06 +00:00
Alan Liu
de95737116
ICU-2959 update copyright dates to include 2003
...
X-SVN-Rev: 12253
2003-06-03 20:58:22 +00:00
Vladimir Weinstein
c9475e02ae
ICU-2959 Updated copyright notices
...
X-SVN-Rev: 12246
2003-06-03 06:44:40 +00:00
Eric Mader
e97f5db2df
ICU-2717 forgot to check in these .sln and .vcproj files...
...
X-SVN-Rev: 12222
2003-06-02 18:51:54 +00:00
Eric Mader
6d5c0d59e2
ICU-2717 get all samples to run w/ ICU 2.6 on Linux.
...
X-SVN-Rev: 12202
2003-05-30 20:48:47 +00:00
Eric Mader
3b990c90f1
ICU-2717 make samples compile and run on Windows w/ ICU 2.6
...
X-SVN-Rev: 12198
2003-05-30 17:24:30 +00:00
Eric Mader
a39ab1fa69
ICU-2717 make samples compile and run on Windows w/ ICU 2.6
...
X-SVN-Rev: 12176
2003-05-29 22:10:20 +00:00
Eric Mader
f544b30a81
ICU-2891 Don't use LE_MAKE_TAG macro for tag constants - it's not safe on EBCDIC platforms!
...
X-SVN-Rev: 12029
2003-05-20 23:39:30 +00:00
Markus Scherer
bd0b515494
ICU-2890 use sample locale IDs complete with country code to be sure to pick up number/currency format patterns
...
X-SVN-Rev: 12016
2003-05-19 23:47:36 +00:00
Markus Scherer
35a7d3eb4d
ICU-2890 make pre-ICU 2.6 currency formatting faster & safer
...
X-SVN-Rev: 12015
2003-05-19 23:20:00 +00:00
Markus Scherer
4ac719b96d
ICU-2890 add sample code for currency formatting
...
X-SVN-Rev: 11998
2003-05-19 00:31:06 +00:00
Markus Scherer
d7aee85c31
ICU-2890 make portable for non-ASCII platforms; use UTF-8 instead of the default converter
...
X-SVN-Rev: 11997
2003-05-19 00:29:38 +00:00
Markus Scherer
70c3d76aef
ICU-2890 project updates
...
X-SVN-Rev: 11996
2003-05-19 00:28:40 +00:00
Eric Mader
89c0f223d0
ICU-2405 more code review changes.
...
X-SVN-Rev: 11961
2003-05-16 17:43:44 +00:00
Eric Mader
3d7ae2b1f1
ICU-2405 code review changes.
...
X-SVN-Rev: 11915
2003-05-13 23:02:45 +00:00
Eric Mader
8e183cbc6e
ICU-2866 checked in previous version by mistake...
...
X-SVN-Rev: 11837
2003-05-08 17:30:46 +00:00
Eric Mader
c16a7352b7
ICU-2866 Fix memory leaks in the Layout Sample.
...
X-SVN-Rev: 11832
2003-05-07 21:42:38 +00:00
Eric Mader
c1923697fd
ICU-2850 Add MSVC 7 (Visual Studio .NET) project files
...
X-SVN-Rev: 11792
2003-05-02 23:42:08 +00:00
Markus Scherer
41c2ebf526
ICU-2710 remove @obsolete ICU 2.6 and earlier code
...
X-SVN-Rev: 11748
2003-05-01 01:31:28 +00:00
Eric Mader
3f50ee0f41
ICU-2243 Add Layout Extensions library.
...
X-SVN-Rev: 11675
2003-04-24 19:29:57 +00:00
Eric Mader
bc011da770
ICU-2243 Remove obsolete files.
...
X-SVN-Rev: 11672
2003-04-24 18:26:56 +00:00
Eric Mader
dada958faf
ICU-2243 Remove old #if 0 code.
...
X-SVN-Rev: 11670
2003-04-24 18:22:42 +00:00
Eric Mader
75557aae29
ICU-2243 Change to use Layout Extensions Library for ParagraphLayout.
...
X-SVN-Rev: 11650
2003-04-23 23:05:00 +00:00
Eric Mader
841771c66d
ICU-2253 Add LocaleRuns, preliminary code to map Locale to LanguageCode.
...
X-SVN-Rev: 11635
2003-04-23 16:16:22 +00:00
Markus Scherer
912673a5e4
ICU-2580 replace RES_ UResType constant names with URES_ names
...
X-SVN-Rev: 11564
2003-04-16 23:52:32 +00:00
Eric Mader
772debe207
ICU-2253 Make nullLanguageCode be 0, associated clean-up.
...
X-SVN-Rev: 11552
2003-04-15 20:44:11 +00:00
Eric Mader
7771903a16
ICU-2405 Change nextLine() to return the rest of the paragraph if width <= 0.
...
X-SVN-Rev: 11299
2003-03-13 22:55:37 +00:00
Eric Mader
f0a4c2ea30
ICU-2452 Fix page title.
...
X-SVN-Rev: 11246
2003-03-04 22:58:41 +00:00
Eric Mader
ea4c9cba82
ICU-2452 Change to use Code2000 font instead of Times New Roman; fix other documentation errors.
...
X-SVN-Rev: 11245
2003-03-04 22:40:25 +00:00
Eric Mader
e6d6dc6511
ICU-2405 Need to pass &dx[dyStart], not dx, to ExtTextOut!
...
X-SVN-Rev: 11241
2003-03-04 19:57:40 +00:00
Eric Mader
e4ea506018
ICU-2405 remove RenderingFontInstance.cpp.
...
X-SVN-Rev: 11237
2003-03-04 19:36:49 +00:00
Eric Mader
bb2050611b
ICU-2405 changes to support composite fonts.
...
X-SVN-Rev: 11218
2003-03-03 23:51:09 +00:00
Eric Mader
1cffb08751
ICU-2405 changes to support composite fonts.
...
X-SVN-Rev: 11216
2003-03-03 23:07:01 +00:00
Markus Scherer
7677ee0d22
ICU-2397 split uciter8.c to make separate uit_len8.h/.c
...
X-SVN-Rev: 11002
2003-02-10 19:56:40 +00:00
Eric Mader
8e1523d145
ICU-2405 cast LE_GET_GLYPH to TT_UShort not TT_Glyph!
...
X-SVN-Rev: 10956
2003-02-05 00:31:56 +00:00
Eric Mader
6057662977
ICU-2405 Changes for 32-bit glyph IDs.
...
X-SVN-Rev: 10953
2003-02-05 00:05:40 +00:00
Markus Scherer
4dea6082dd
ICU-2397 iterator improvements
...
X-SVN-Rev: 10894
2003-01-22 21:59:26 +00:00
Markus Scherer
7ec4d2f3e9
ICU-2397 add UCharIterator getState() and setState()
...
X-SVN-Rev: 10868
2003-01-18 01:03:46 +00:00
Steven R. Loomis
2370e664c8
ICU-2369 move sample code out of usersguide
...
X-SVN-Rev: 10857
2003-01-14 23:40:41 +00:00
Markus Scherer
95e136cdd2
ICU-2397 sample for a UCharIterator reading lenient 8-bit Unicode, mix of UTF-8 and CESU-8
...
X-SVN-Rev: 10841
2003-01-11 00:28:48 +00:00
Andy Heninger
c045530c61
ICU-2423 ugrep regexp sample, fix link problems on Windows in release mode
...
X-SVN-Rev: 10815
2003-01-07 22:52:12 +00:00
Andy Heninger
c26438715e
ICU-2423 ugrep regexp sample, fix link problems on Windows in release mode
...
X-SVN-Rev: 10813
2003-01-07 19:17:07 +00:00
Eric Mader
4aef24b88d
ICU-2561 missed one possible compiler warning.
...
X-SVN-Rev: 10782
2002-12-24 17:13:18 +00:00
Eric Mader
9973c972c5
ICU-2561 remove compiler warnings having to to with the fact that LEUnicode32 may be signed on some platforms.
...
X-SVN-Rev: 10781
2002-12-24 01:30:52 +00:00
Eric Mader
1ae3357668
ICU-2561 clean up error message for unknown encoding.
...
X-SVN-Rev: 10780
2002-12-24 01:26:20 +00:00
Eric Mader
ec7bf5d069
ICU-2561 add default font.
...
X-SVN-Rev: 10779
2002-12-24 01:25:37 +00:00
Eric Mader
1ed03cfbf3
ICU-2561 clean up imports, remove unneeded include directory.
...
X-SVN-Rev: 10778
2002-12-24 01:24:56 +00:00
Eric Mader
59599d8cbc
ICU-2561 Change download instructions for IBM JDK 1.3; expand build requirements for Linux; update script names; fix typos.
...
X-SVN-Rev: 10749
2002-12-18 23:50:39 +00:00
Vladimir Weinstein
7155eb7e31
ICU-2561 Update samples for 2.4
...
X-SVN-Rev: 10739
2002-12-18 22:32:25 +00:00
Vladimir Weinstein
ff66529fb1
ICU-2561 update samples for 2.4
...
X-SVN-Rev: 10738
2002-12-18 22:30:17 +00:00
Steven R. Loomis
5df72d53c5
ICU-2369 add break sample
...
X-SVN-Rev: 10736
2002-12-18 22:10:29 +00:00
Vladimir Weinstein
7e68bfc941
ICU-2107 added copyright notices
...
X-SVN-Rev: 10725
2002-12-18 08:39:39 +00:00
Vladimir Weinstein
89628f1df9
ICU-2107 added copyright notices
...
X-SVN-Rev: 10722
2002-12-18 08:31:34 +00:00
Steven R. Loomis
1b0c043b21
ICU-2369 add break sample from usersguide
...
X-SVN-Rev: 10713
2002-12-18 01:25:06 +00:00
Ram Viswanadha
04e231b601
ICU-2251 add xml2txt converter
...
X-SVN-Rev: 10672
2002-12-14 01:24:53 +00:00
Eric Mader
a719cd702e
ICU-2243 Add comment about cleaning up constructors.
...
X-SVN-Rev: 10668
2002-12-13 22:41:39 +00:00
Eric Mader
2945317cb2
ICU-2243 Initial version of the high-level LayoutEngine API, added to the layout sample.
...
X-SVN-Rev: 10667
2002-12-13 22:39:33 +00:00
Markus Scherer
fb67a77d12
ICU-557 move string sample code here from the User Guide, and improve it
...
X-SVN-Rev: 10645
2002-12-12 18:45:33 +00:00
Andy Heninger
b094732484
ICU-0105 regex sample cleanup & unix makefile
...
X-SVN-Rev: 10598
2002-12-11 01:33:05 +00:00
Steven R. Loomis
b4e5f4a355
ICU-2561 remove deprecates for 2.4
...
X-SVN-Rev: 10594
2002-12-11 00:46:44 +00:00
Andy Heninger
6b2fd2f5c8
ICU-0105 add regular expression sample program
...
X-SVN-Rev: 10587
2002-12-10 22:02:56 +00:00
Eric Mader
fd3d60e48c
ICU-2243 remove traces of uscript; fix include files for release version.
...
X-SVN-Rev: 10584
2002-12-10 19:58:51 +00:00
Eric Mader
abde416f01
ICU-2243 make RenderingSurface::drawGlyphs *not* const.
...
X-SVN-Rev: 10549
2002-12-06 22:37:22 +00:00
Eric Mader
3830a8233d
ICU-2243 Clean up akward cast of fGlyphs in LineRun constructor.
...
X-SVN-Rev: 10547
2002-12-06 21:45:44 +00:00
Eric Mader
bfe13d5716
ICU-2243 Dont need scriptrun.o anymore. (now use usc_imp)
...
X-SVN-Rev: 10546
2002-12-06 21:32:38 +00:00
Vladimir Weinstein
012f463115
ICU-2107 added copyright notices
...
X-SVN-Rev: 10522
2002-12-06 01:40:42 +00:00
Eric Mader
7ac8439313
ICU-2243 Don't need scriptrun.cpp, .h anymore.
...
X-SVN-Rev: 10514
2002-12-05 23:38:57 +00:00
Eric Mader
1bcfed9ba6
ICU-2243 Initial version of the high-level LayoutEngine API, added to the layout sample.
...
X-SVN-Rev: 10512
2002-12-05 22:50:29 +00:00
Syn Wee Quek
39660f8c4f
ICU-2236
...
Codereview comments
Replaced Makefile.in with simpler Makefile
X-SVN-Rev: 10185
2002-11-07 19:07:15 +00:00
Syn Wee Quek
c56e1ea2a9
ICU-2236
...
Initial commits for collation and string search sample code
X-SVN-Rev: 10175
2002-11-06 23:09:39 +00:00
Steven R. Loomis
96f866f460
ICU-2248 modularize icu
...
X-SVN-Rev: 9945
2002-10-02 17:13:32 +00:00
Steven R. Loomis
71f91f4357
ICU-2248 modularize ICU
...
X-SVN-Rev: 9944
2002-10-02 17:11:53 +00:00
Steven R. Loomis
87de767df6
ICU-2076 samples, 2.2, safeclone
...
X-SVN-Rev: 9708
2002-08-14 00:22:30 +00:00
Steven R. Loomis
847e1f6e47
ICU-2076 samples, 2.2 on win32
...
X-SVN-Rev: 9700
2002-08-13 21:42:16 +00:00
Steven R. Loomis
a9af41ab39
ICU-2076 use package name (samples update for 2.2)
...
X-SVN-Rev: 9635
2002-08-08 23:49:24 +00:00
Steven R. Loomis
4352eee6f3
ICU-2076 samples for 2.2
...
X-SVN-Rev: 9633
2002-08-08 23:42:04 +00:00
Steven R. Loomis
869be6abb5
ICU-2076 samples on 2.2
...
X-SVN-Rev: 9610
2002-08-07 23:45:13 +00:00
Steven R. Loomis
4bc29a7907
ICU-2076 samples for 2.2 (win32)
...
X-SVN-Rev: 9609
2002-08-07 23:30:02 +00:00
Steven R. Loomis
ccb2387287
ICU-2076 2.2 samples
...
X-SVN-Rev: 9608
2002-08-07 22:50:05 +00:00
Steven R. Loomis
8c00a8605c
ICU-1991 close change for flag callback sample
...
X-SVN-Rev: 9504
2002-08-01 02:11:46 +00:00
Eric Mader
852bdd53b4
ICU-1886 Flag setting etc. is now in icudefs.mk
...
X-SVN-Rev: 9311
2002-07-24 17:57:32 +00:00
Steven R. Loomis
6316e44d50
ICU-1992 data loading
...
X-SVN-Rev: 9226
2002-07-17 15:15:34 +00:00
Eric Mader
e2b6e08b94
ICU-393 ignore, *.d, *.pdb, Debug, Release, .#*
...
X-SVN-Rev: 9012
2002-07-02 23:18:21 +00:00
Andy Heninger
32c09250b7
ICU-45 new builder for RBBI rules, initial checkin
...
X-SVN-Rev: 8939
2002-06-25 17:23:07 +00:00
Steven R. Loomis
c68dba1327
ICU-1914 add another search for freetype, add make check for testing
...
X-SVN-Rev: 8693
2002-05-24 01:12:52 +00:00
Steven R. Loomis
d78f3bc3cf
ICU-1914 fix break on layout sample
...
X-SVN-Rev: 8692
2002-05-24 01:06:33 +00:00
Steven R. Loomis
f68efa2bf8
ICU-1886 AIX fix, ambiguous call to format
...
X-SVN-Rev: 8594
2002-05-10 20:53:26 +00:00
Steven R. Loomis
4395612ac3
ICU-1861 samples updated to use icu-config - and also refactored, cleaned up
...
X-SVN-Rev: 8593
2002-05-10 20:32:34 +00:00
Steven R. Loomis
0825e7cca7
ICU-1861 update for aix
...
X-SVN-Rev: 8573
2002-05-08 23:25:29 +00:00
Steven R. Loomis
36ac6ef465
ICU-1861 sample Makefile using icu-config
...
X-SVN-Rev: 8568
2002-05-07 03:12:28 +00:00
George Rhoten
78b2d83a32
ICU-1868 Consolodate most definitions into icudefs.mk.in
...
X-SVN-Rev: 8494
2002-04-19 02:19:24 +00:00
Steven R. Loomis
139fe41b41
ICU-1852 test cleanup (#include)
...
X-SVN-Rev: 8473
2002-04-16 00:36:46 +00:00
Steven R. Loomis
b9b412cd6c
ICU-1852 sample cleanup - wave #1
...
X-SVN-Rev: 8470
2002-04-15 23:32:30 +00:00
Steven R. Loomis
6de3b3b4c4
ICU-1852 cleaning up samples (no recursive check for now)
...
X-SVN-Rev: 8469
2002-04-15 23:31:05 +00:00
Steven R. Loomis
c00ca482eb
ICU-1852 cleaning up samples, search sample is old
...
X-SVN-Rev: 8466
2002-04-15 21:49:42 +00:00
Steven R. Loomis
aafccbcc5d
ICU-1852 cleaning up samples. Search sample is out of date.
...
X-SVN-Rev: 8465
2002-04-15 21:47:40 +00:00
Steven R. Loomis
70714a8da6
ICU-1852 cleaning up samples
...
X-SVN-Rev: 8459
2002-04-15 16:47:44 +00:00
Steven R. Loomis
1a45d55cbc
ICU-1852 cleaning up samples
...
X-SVN-Rev: 8455
2002-04-13 14:18:10 +00:00
Eric Mader
ee24c09da0
ICU-1428 need to scale ascent, descent and leading by fDeviceScaleFactorY
...
X-SVN-Rev: 8378
2002-04-04 19:08:33 +00:00
Mohan
ba59bdabe7
ICU-1585 fixed ambiguous symbol errors
...
X-SVN-Rev: 8352
2002-04-03 00:54:11 +00:00
George Rhoten
93579b4afc
ICU-1828 Remove tabs
...
X-SVN-Rev: 8336
2002-04-02 03:33:42 +00:00
George Rhoten
7777030a4f
ICU-1828 Remove tabs
...
X-SVN-Rev: 8331
2002-04-02 02:55:31 +00:00
Eric Mader
0a14319946
ICU-1428 use OFN_PATHMUSTEXIST instead of OFN_CREATEPROMPT in call to GetOpenFileName
...
X-SVN-Rev: 8317
2002-04-01 18:23:46 +00:00
Eric Mader
d5de0b5b9f
ICU-1428 Add menu, file open to Windows layout sample.
...
X-SVN-Rev: 8313
2002-03-30 02:41:22 +00:00
Yves Arrouye
06015dd5de
ICU-1796 ok, Markus, here's the biggest uresb bug fixed: strings are now
...
properly quoted
X-SVN-Rev: 8195
2002-03-22 03:35:12 +00:00
Eric Mader
2a837c7b87
ICU-1428 Add a note about the location of the freetype headers and library for the Linux sample.
...
X-SVN-Rev: 8165
2002-03-20 23:28:04 +00:00
Eric Mader
c28ff8aa62
ICU-1792 Change letest and LayoutEngine samples to use raghu.ttf,
...
which is freely downloadable.
X-SVN-Rev: 8162
2002-03-20 22:36:29 +00:00
Eric Mader
f05e92fb4c
ICU-1428 need scale factor from device points to logical points; use
...
in transformFunits.
X-SVN-Rev: 8123
2002-03-19 18:45:51 +00:00
George Rhoten
bc64b17bee
ICU-1199 Stop using the deprecated Unicode C++ class
...
X-SVN-Rev: 8105
2002-03-19 03:01:28 +00:00
Eric Mader
22cc595c26
ICU-1428 Changes for multiple windows, open dialog.
...
X-SVN-Rev: 8022
2002-03-14 22:27:32 +00:00
Eric Mader
c8e85a2174
ICU-1428 add SetBkMode(hdc, TRANSPARENT) before drawing in
...
paint event.
X-SVN-Rev: 8020
2002-03-14 22:21:02 +00:00
Eric Mader
0048a8b7ac
ICU-1428 set last byte in buffer to 0, not last + 1!
...
X-SVN-Rev: 8019
2002-03-14 22:19:47 +00:00
Eric Mader
9cf2dcae41
ICU-1428 drawRun: update x after drawing each run at the same y offset.
...
X-SVN-Rev: 8018
2002-03-14 22:13:52 +00:00
George Rhoten
fbe52051c1
ICU-882 Remove SCSU
...
X-SVN-Rev: 8016
2002-03-14 21:46:16 +00:00
Markus Scherer
8c78422db2
ICU-1561 replace all UTextOffset with int32_t
...
X-SVN-Rev: 7942
2002-03-12 01:32:42 +00:00
Yves Arrouye
ff552c0fdc
ICU-1600 cleaning up of Makefile rules to show more information and less
...
human-oriented comments. Associated cleaning up of tools to have most
verbose
messages only displayed when verbose options are used.
X-SVN-Rev: 7382
2002-01-04 23:48:46 +00:00
Andy Heninger
4d55cc7d8b
ICU-1583 Fix broken samples
...
X-SVN-Rev: 7323
2001-12-05 18:08:56 +00:00
Andy Heninger
21944bfbe3
ICU-1583 Fix broken samples
...
X-SVN-Rev: 7322
2001-12-05 17:54:57 +00:00
Eric Mader
9b103e24a0
ICU-1428 Paragraph::draw - need to call ubidi_setLine with lastChar + 1.
...
X-SVN-Rev: 7317
2001-12-05 00:36:34 +00:00
Eric Mader
f9b031d691
ICU-1428 UnicodeReader::readFile must allcoate charCount + 1 chars for the charBuffer to make room for the null that it writes at the end of the buffer!
...
X-SVN-Rev: 7218
2001-11-30 19:23:58 +00:00
Andy Heninger
d21c5857fd
ICU-1474 ufortune sample, tweak to Makefile for hpux
...
X-SVN-Rev: 7136
2001-11-28 22:06:46 +00:00
Andy Heninger
71f2c9fecd
ICU-1474 ufortune sample, tweaks to Makefile, build instructions for problems
...
found when testing on solaris, hp
X-SVN-Rev: 7112
2001-11-28 01:26:32 +00:00
Eric Mader
67b7062a22
ICU-1428 changes to get scrptrun from extra/scrptrun
...
X-SVN-Rev: 7091
2001-11-27 01:03:15 +00:00
Eric Mader
9534b7c75b
ICU-1428 change to get scrptrun from extra/scrptrun instead of using a local ocopy
...
X-SVN-Rev: 7090
2001-11-27 00:52:51 +00:00
Andy Heninger
35c3315c8a
ICU-1474 ufortune sample, windows project file build rules fixed
...
X-SVN-Rev: 7088
2001-11-26 21:52:43 +00:00
Eric Mader
8421d35962
ICU-1428 small clean-up of BiDi support.
...
X-SVN-Rev: 7085
2001-11-26 18:58:04 +00:00
Eric Mader
cce34802bf
ICU-1428 use ubidi to find run directions; take al the line seperators
...
out of Sample.txt.
X-SVN-Rev: 7075
2001-11-22 01:43:53 +00:00
Eric Mader
b51d954ade
ICU-1428 ScriptRun - support matching for more paired characters.
...
X-SVN-Rev: 7052
2001-11-21 19:01:01 +00:00
Andy Heninger
6416e8a0e5
ICU-1474 ufortune sample, Improved readme, still not done, though.
...
X-SVN-Rev: 7012
2001-11-20 01:29:37 +00:00
Vladimir Weinstein
a4fecd849a
ICU-393 .cvsignore
...
X-SVN-Rev: 6801
2001-11-12 22:06:12 +00:00
Andy Heninger
e9e51453ed
ICU-1474 ufortune sample, UNIX Makefile includes Spanish resources and fix to handle more than one locale.
...
X-SVN-Rev: 6780
2001-11-12 18:08:51 +00:00
Andy Heninger
f3abcec6d1
ICU-1474 ufortune sample, add new-line to fortune messages.
...
X-SVN-Rev: 6779
2001-11-12 18:05:51 +00:00
Steven R. Loomis
e450946b2f
ICU-1103 'cal' bug under ja locale
...
X-SVN-Rev: 6750
2001-11-10 22:40:13 +00:00
Eric Mader
c2da6526a7
ICU-1428 *much better* paren support in ScriptRun...
...
X-SVN-Rev: 6732
2001-11-10 03:22:26 +00:00
Andy Heninger
b4bc10f1d7
ICU-1474 Add Resources sample "ufortune"
...
X-SVN-Rev: 6723
2001-11-10 01:27:58 +00:00
Eric Mader
e6919d7596
ICU-1428 quick hack implememtation of paren matching...
...
X-SVN-Rev: 6696
2001-11-08 21:52:08 +00:00
Eric Mader
e4638399eb
ICU-1428 change the name of the text file to 'Sample.txt"
...
X-SVN-Rev: 6688
2001-11-08 00:51:23 +00:00
Eric Mader
5566df1979
ICU-1428 change the name of the text file to 'Sample.txt"
...
X-SVN-Rev: 6687
2001-11-08 00:40:20 +00:00
Eric Mader
3d90f8a272
ICU-1428 initial checkin of LayoutEngine sample
...
X-SVN-Rev: 6681
2001-11-07 23:48:17 +00:00
Andy Heninger
7202cadd36
ICU-1404 configure, fix broken --with-data-packaging option
...
X-SVN-Rev: 6521
2001-10-31 18:43:45 +00:00
Markus Scherer
484714e56e
ICU-1199 stop using the C++ Unicode class
...
X-SVN-Rev: 5873
2001-09-21 18:50:21 +00:00
Ram Viswanadha
48019cd625
ICU-329 update samples to latest APIs
...
X-SVN-Rev: 5518
2001-08-17 20:31:51 +00:00
Andy Heninger
19b4dec854
ICU-1075 Data updates. Unix ports (not complete) and Common Data Caching impl.
...
X-SVN-Rev: 5454
2001-08-10 20:50:07 +00:00
Vladimir Weinstein
0594f1d90d
ICU-1078 dumping IntVector type correctly + some binary printing fixes
...
X-SVN-Rev: 5411
2001-08-01 17:09:30 +00:00
George Rhoten
47fcf7b91d
ICU-999 Change the extension of ut8 to txt for Windows.
...
X-SVN-Rev: 5382
2001-07-30 23:24:17 +00:00
George Rhoten
f42a1b08d0
ICU-999 Make this broken sample work again.
...
X-SVN-Rev: 5380
2001-07-30 23:23:22 +00:00
George Rhoten
454098c617
ICU-587 This PDF can be downloaded from the Unicode website. We don't need this file normally, and this binary file can be a problem with EBCDIC platforms.
...
X-SVN-Rev: 5371
2001-07-30 20:23:25 +00:00
Vladimir Weinstein
ecd7abe318
ICU-392 Win32 project files for the legacy example
...
X-SVN-Rev: 5334
2001-07-24 22:09:48 +00:00
Vladimir Weinstein
7fa3d31d79
ICU-392 sample that illustrates using two versions of ICU in parallel
...
X-SVN-Rev: 5332
2001-07-24 21:29:50 +00:00
Vladimir Weinstein
7f8a8278e1
ICU-1039 updated uresb so that it handles data types better + added some verbosity
...
X-SVN-Rev: 5225
2001-07-11 20:29:18 +00:00
Syn Wee Quek
2ba25d4bf8
ICU-1004
...
Added Makefile
Removed Linux compiler warnings.
Removed memory leak from line 637 from strsrch.cpp
X-SVN-Rev: 5043
2001-06-20 23:33:30 +00:00
Syn Wee Quek
4413acc625
ICU-1004 Modified project setting to link the run-time library as a debug multithread dll during the debug session.
...
X-SVN-Rev: 5031
2001-06-20 21:59:36 +00:00
Syn Wee Quek
1973c85169
ICU-1004 New sample codes for Boyer Moore search.
...
X-SVN-Rev: 5030
2001-06-20 21:47:31 +00:00
Steven R. Loomis
5c76396987
ICU-906 remove compiler specific C flag
...
X-SVN-Rev: 4267
2001-03-22 07:08:09 +00:00
Steven R. Loomis
f978fc8995
ICU-906 samples -> 1.8
...
X-SVN-Rev: 4266
2001-03-22 07:07:23 +00:00
George Rhoten
0924854d6b
ICU-610 Don't use deprecated APIs
...
X-SVN-Rev: 4257
2001-03-22 02:19:16 +00:00
Ram Viswanadha
e91d5b690a
ICU-903 update copyright notices
...
X-SVN-Rev: 4240
2001-03-21 20:52:38 +00:00
Ram Viswanadha
ea4d002c9c
ICU-903 update copyright notices
...
X-SVN-Rev: 4239
2001-03-21 20:46:06 +00:00
George Rhoten
aa8aecdcd7
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 4219
2001-03-21 00:50:23 +00:00
George Rhoten
08fd00c8c3
ICU-865 Use the current naming scheme for the libraries
...
X-SVN-Rev: 4218
2001-03-21 00:50:14 +00:00
George Rhoten
40765e5b1d
ICU-865 Use the current naming scheme for the libraries
...
X-SVN-Rev: 4217
2001-03-21 00:44:11 +00:00
George Rhoten
ae26a10531
ICU-865 Use the current naming scheme for the libraries
...
X-SVN-Rev: 4216
2001-03-21 00:31:54 +00:00
George Rhoten
e190b43612
ICU-865 Use the current naming scheme for the libraries
...
X-SVN-Rev: 4214
2001-03-21 00:26:28 +00:00
George Rhoten
723ec38b04
ICU-865 unneeded header no longer exists
...
X-SVN-Rev: 4213
2001-03-21 00:25:44 +00:00
George Rhoten
5b3145f716
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 4208
2001-03-21 00:20:51 +00:00
George Rhoten
20338c732c
ICU-865 Use the current naming scheme for the libraries and make the release version work
...
X-SVN-Rev: 4205
2001-03-21 00:16:35 +00:00
George Rhoten
f15aba52c3
ICU-865 Use the current naming scheme for the libraries and make the release version work
...
X-SVN-Rev: 4203
2001-03-21 00:07:49 +00:00
George Rhoten
e10aaacf74
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 3560
2001-02-05 19:14:50 +00:00
Vladimir Weinstein
3095a2fc90
ICU-587 old changes to uresb sample - forgot to commit them
...
X-SVN-Rev: 3140
2000-12-05 20:42:15 +00:00
Steven R. Loomis
36729ea85a
ICU-396 And your little .cvsignore too!
...
X-SVN-Rev: 3122
2000-12-04 23:32:07 +00:00
Steven R. Loomis
509060e251
ICU-396 remove XMLConverter to icuapps
...
X-SVN-Rev: 3121
2000-12-04 23:30:38 +00:00
Steven R. Loomis
4441edb11b
ICU-396 remove XMLConverter to icuapps
...
X-SVN-Rev: 3118
2000-12-04 22:22:32 +00:00
Steven R. Loomis
ed606774b1
ICU-396 move xmlconverter to icuapps
...
X-SVN-Rev: 3114
2000-12-04 20:55:25 +00:00
Steven R. Loomis
53408a5182
ICU-434 update for path change
...
X-SVN-Rev: 3064
2000-11-30 19:37:45 +00:00
George Rhoten
4592e2bec3
ICU-425 Added the correct lib names
...
X-SVN-Rev: 2976
2000-11-21 19:30:27 +00:00
George Rhoten
bc50a5aebe
ICU-535 Fixed some compiler warnings.
...
X-SVN-Rev: 2975
2000-11-21 19:27:39 +00:00
Steven R. Loomis
db9551ef0e
ICU-587 update
...
X-SVN-Rev: 2893
2000-11-09 16:17:25 +00:00
Steven R. Loomis
ccba526cbf
ICU-587 update for new build paths
...
X-SVN-Rev: 2892
2000-11-09 16:14:45 +00:00
Steven R. Loomis
3fddeb285e
ICU-434 updated Makefiles
...
X-SVN-Rev: 2891
2000-11-09 16:14:03 +00:00
Steven R. Loomis
93137aa35d
ICU-434 update for library/path changes, added more examples
...
X-SVN-Rev: 2890
2000-11-09 16:11:21 +00:00
Yves Arrouye
c27ba65a7c
ICU-692 make it work out of source, please...
...
X-SVN-Rev: 2801
2000-10-26 19:28:33 +00:00
Alan Liu
f64f312b4f
ICU-434 add basic NumberFormat sample, C and C++ APIs
...
X-SVN-Rev: 2799
2000-10-26 18:03:28 +00:00
Yves Arrouye
8e28da7d3d
ICU-692 factor in some common definitions, and include the platform
...
file to make porting easier.
X-SVN-Rev: 2772
2000-10-24 19:50:20 +00:00
Yves Arrouye
13240a40ed
ICU-3 link w/ C++
...
X-SVN-Rev: 2758
2000-10-20 07:05:17 +00:00
Yves Arrouye
3e192178a2
ICU-656 more dashes removal
...
X-SVN-Rev: 2671
2000-10-13 17:45:47 +00:00
Yves Arrouye
c3e4f0b35b
ICU-658 bumped version above 1.6
...
X-SVN-Rev: 2666
2000-10-13 00:26:21 +00:00
Yves Arrouye
dd68d5aa81
ICU-630 do not use rpath by default; added --enable-rpath for when
...
it is really needed.
X-SVN-Rev: 2560
2000-10-03 23:19:26 +00:00
Yves Arrouye
9686d239f0
ICU-620 cleaned up cleaning (w/ an ugly twist in the top-level Makefile to start cleaning w/ tools)
...
X-SVN-Rev: 2551
2000-10-02 23:37:16 +00:00
Steven R. Loomis
4489dd1327
ICU-434 major updates, added samples of buffer mode conversion
...
X-SVN-Rev: 2498
2000-09-22 23:47:12 +00:00
Markus Scherer
39f020d0d2
ICU-434 add sample code for unicode character properties
...
X-SVN-Rev: 2497
2000-09-22 23:28:33 +00:00
Yves Arrouye
2cf8109556
ICU-3 initial support for static libraries. The current problems are:
...
- pkgdata will still generate a dll (not a problem if you use files or the
mappable archive).
- because of referecences to ostream in ustring, the linker wants to resolve
these symbols, forcing us to use a C++ compiler to link C programs. That is
bad and need to be resolved.
- if you build static, then reconfigure w/o them and do make clean, the
static libraries will be left over.
Static is controlled by --enable-static. Shared libraries can be disabled
with --disable-shared.
X-SVN-Rev: 2494
2000-09-22 22:58:36 +00:00
George Rhoten
7783b01356
ICU-597 Make the definition for main more consistent for OS/400.
...
X-SVN-Rev: 2473
2000-09-21 21:49:32 +00:00