Commit Graph

114 Commits

Author SHA1 Message Date
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
Markus Scherer
f0f6535381 ICU-544 reject first surrogate in toUnicode surrogate-pair state
X-SVN-Rev: 2766
2000-10-23 23:47:10 +00:00
Markus Scherer
0f7e0e6b40 ICU-544 add alpha-version warning
X-SVN-Rev: 2764
2000-10-23 23:35:26 +00:00
Markus Scherer
2aad0e433c ICU-544 safer handling of u+303e
X-SVN-Rev: 2763
2000-10-23 22:03:24 +00:00
Markus Scherer
2be0117179 ICU-544 information about and tools for gb 18030
X-SVN-Rev: 2762
2000-10-23 20:50:58 +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
76a1b37ce9 ICU-601 all manual pages have an ICU X.Y Manual header now
X-SVN-Rev: 2657
2000-10-12 21:38:43 +00:00
Yves Arrouye
5a656c9a4a ICU-601 more details about converters being found automatically
Documented the fact that a new .cnv will not replace a converter in
a .dat or library until the archive/lib is repackaged; added a
CAVEATS section for that

X-SVN-Rev: 2656
2000-10-12 21:34:09 +00:00
Yves Arrouye
4d7b2b283f ICU-601 added mandir to Makefile.in so we don't install in /
X-SVN-Rev: 2655
2000-10-12 21:23:22 +00:00
Yves Arrouye
3950b05e22 ICU-601 give a reference to the IBM NLTC ucmap format
X-SVN-Rev: 2653
2000-10-12 21:12:58 +00:00
Yves Arrouye
fd83852f2b ICU-601 added manual page for makeconv
X-SVN-Rev: 2652
2000-10-12 20:59:20 +00:00
Vladimir Weinstein
b3b0c23852 ICU-653 changed the library names and locations on win32
X-SVN-Rev: 2651
2000-10-12 20:36:11 +00:00
Ram Viswanadha
4a3224fc02 ICU-599 Added ksc_5601_1 DBCS converter for ISO-2022-JP support.
X-SVN-Rev: 2623
2000-10-10 22:40:26 +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
Steven R. Loomis
45330ce7fb ICU-627 .cnv files depend on makeconv (so they get updated automatically)
X-SVN-Rev: 2558
2000-10-03 21:00:01 +00:00
Steven R. Loomis
c12237ff37 ICU-627 fix portability of UConverterStaticData
X-SVN-Rev: 2557
2000-10-03 20:18:22 +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
Ram Viswanadha
d073743171 ICU-599 gb_2312_80-1.ucm for ISO-2022 support
X-SVN-Rev: 2533
2000-09-28 21:28:59 +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
83d06a9d80 ICU-597 fixed a small problem with strtoupper that I fixed for OS/400
X-SVN-Rev: 2478
2000-09-22 16:45:56 +00:00
George Rhoten
718ec0b772 ICU-599 added cn-11643-1992.ucm entry
X-SVN-Rev: 2476
2000-09-21 23:04:07 +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
Ram Viswanadha
345411e34d ICU-599 Added iso-ir-165.ucm for ISO-2022-CN support
X-SVN-Rev: 2467
2000-09-21 00:41:49 +00:00
Ram Viswanadha
e44b5cb996 ICU-583 Added GB_2312_80-1.ucm to ucm file
X-SVN-Rev: 2444
2000-09-19 02:41:02 +00:00
Yves Arrouye
2475b8db79 ICU-598 use $(ECHO_N) and $(ECHO_C) in echo.
X-SVN-Rev: 2433
2000-09-15 05:06:12 +00:00
Yves Arrouye
1968fe35ad ICU-575 finally got rid of @BUILDDATADIR@ in the Makefiles. Also removed
the need for BUILD_OUT_OF_SOURCE to be defined at configure time.

X-SVN-Rev: 2383
2000-08-29 22:26:15 +00:00
George Rhoten
d3de68a538 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2379
2000-08-29 17:16:53 +00:00
Yves Arrouye
4e1c30d30b ICU-575 fixed a number of problems with the out of source build. The
build now works with --srcdir=../a/relative/path, --srcdir=/an/absolute/one
and in source. Auxiliary data in data and test/testdata is generated by new
Makefiles in these directories (data is new inside source). Some cleanup is
still needed, for example when makeconv generates test files... Test code
now knows about out of source vs in source build. Sorry... (Will be fixed
if data and source are at the same level some day.)

X-SVN-Rev: 2373
2000-08-29 07:28:22 +00:00
George Rhoten
e987689c07 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2369
2000-08-28 23:15:05 +00:00
Steven R. Loomis
bd94ac5ec8 ICU-567 MacOS
X-SVN-Rev: 2366
2000-08-28 21:36:13 +00:00
Steven R. Loomis
681c905178 ICU-103 don't allocate 0 bytes on aix
X-SVN-Rev: 2266
2000-08-15 19:22:33 +00:00
Steven R. Loomis
cb0fd7d837 ICU-103 test?.ucm for unix
X-SVN-Rev: 2253
2000-08-15 02:40:40 +00:00
Helena Chapman
a7dfe33b63 ICU-289 Fixed 2022 ucmfiles.mk list to make sure the 2022 converters are built.
X-SVN-Rev: 2248
2000-08-15 01:25:39 +00:00
Vladimir Weinstein
250331389c ICU-548 converter leaks fixes
X-SVN-Rev: 2230
2000-08-14 23:11:00 +00:00
George Rhoten
ff045b6bb6 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2143
2000-08-09 17:24:54 +00:00
Helena Chapman
b853fb70a0 ICU-373 Added support for ibm-1388 codepage.
X-SVN-Rev: 2126
2000-08-07 23:04:41 +00:00
Madhu K
2a540650ad ICU-103 Replaced ibm-5050 with ibm-33722
X-SVN-Rev: 2124
2000-08-07 22:33:50 +00:00
Yves Arrouye
6dd0c56667 ICU-515 make check depends on make all.
X-SVN-Rev: 2085
2000-08-01 01:55:54 +00:00
Steven R. Loomis
23976a9f66 ICU-103 fix for hpux
X-SVN-Rev: 2059
2000-07-27 22:05:23 +00:00
Markus Scherer
ecb2029258 ICU-103 check in ibm-964 for euc-tw
X-SVN-Rev: 1980
2000-07-20 18:45:26 +00:00
Markus Scherer
3ea980f5f4 ICU-103 euc-jp replace 954 by 5050
X-SVN-Rev: 1975
2000-07-20 16:37:09 +00:00
Markus Scherer
2d4410c3f2 ICU-505 more reasonable input buffer size
X-SVN-Rev: 1906
2000-07-17 19:48:55 +00:00
Markus Scherer
095c0eb2f0 ICU-103 allow to explicitly specify 'illegal' in mbcs state tables
X-SVN-Rev: 1893
2000-07-15 22:02:36 +00:00
Markus Scherer
7d721ba16c ICU-502 clean up 'unassigned' handling and callback calls
X-SVN-Rev: 1871
2000-07-13 23:55:33 +00:00
Steven R. Loomis
c596b24a8a ICU-393 .cvsignore cleanup
X-SVN-Rev: 1866
2000-07-13 22:04:24 +00:00
Steven R. Loomis
2dfb6e32d3 ICU-290 use built DLLs for tools
X-SVN-Rev: 1857
2000-07-13 20:03:16 +00:00
Markus Scherer
2d466764df ICU-103 replace the mbcs implementation by one that supports up to 4 bytes/char and full utf-16
X-SVN-Rev: 1838
2000-07-13 00:26:14 +00:00
Markus Scherer
ed60a41a89 ICU-103 add genmbcs.h/.c for the new mbcs converter's data
X-SVN-Rev: 1837
2000-07-13 00:17:05 +00:00
Markus Scherer
3997da29a7 ICU-103 activate ibm-954 - euc-jp
X-SVN-Rev: 1836
2000-07-13 00:15:46 +00:00