Yves Arrouye
4e495c5080
ICU-1680 document compound translitearors.
...
X-SVN-Rev: 7550
2002-02-01 07:35:25 +00:00
Yves Arrouye
f56fb8ddba
ICU-1680 Fix crash with transliterators that were exceeding the
...
buffer size.
Also, improve speed a bit.
Finally, add a -b, --block-size size option, which not only is useful
for Real People(tm) wanting a bigger buffer size, but also great for
testing that everything runs smoothly by using -b 1 for example.
X-SVN-Rev: 7548
2002-01-31 22:44:42 +00:00
Ram Viswanadha
30681478ce
ICU-1627 Update makefile to find pkgdata.inc.in
...
X-SVN-Rev: 7520
2002-01-29 19:38:09 +00:00
Yves Arrouye
deb6585652
ICU-1605 for UCNV_ESCAPE_UNICODE, print the codepoint, not the pair of
...
code units. Also, delimit the U+XXXX with curly braces for now.
X-SVN-Rev: 7514
2002-01-28 18:47:35 +00:00
Ram Viswanadha
2801607e3a
ICU-1627 fix pkgdata.inc.in
...
X-SVN-Rev: 7497
2002-01-24 19:26:42 +00:00
Ram Viswanadha
47ff78a3ad
ICU-1627 Add pkgdata.inc.in to uconv
...
X-SVN-Rev: 7493
2002-01-24 18:04:16 +00:00
Ram Viswanadha
e853a20b90
ICU-1627 update make files and move icupkg.in.in to data folder
...
X-SVN-Rev: 7489
2002-01-24 17:32:12 +00:00
Yves Arrouye
2c4beaea3b
ICU-1220 manpage update.
...
X-SVN-Rev: 7477
2002-01-23 17:13:53 +00:00
Yves Arrouye
a04a8e4fd5
ICU-601 quoting to get proper spacing.
...
X-SVN-Rev: 7463
2002-01-18 19:45:44 +00:00
Yves Arrouye
e39234616f
ICU-1220 documented --version.
...
X-SVN-Rev: 7457
2002-01-17 21:12:24 +00:00
Yves Arrouye
4b8a7e80ac
ICU-1220 meant i.e. but wrote e.g.
...
X-SVN-Rev: 7427
2002-01-10 03:32:31 +00:00
Yves Arrouye
8f61ab0996
ICU-1220 cleaned up README.
...
X-SVN-Rev: 7424
2002-01-09 20:52:18 +00:00
Yves Arrouye
f271088377
ICU-1220 removed uconv.pro
...
X-SVN-Rev: 7423
2002-01-09 20:51:37 +00:00
Yves Arrouye
08c640b756
ICU-1220 of course, I had to compute the offset wrongly when there is
...
no error :-(
X-SVN-Rev: 7422
2002-01-09 20:44:51 +00:00
Yves Arrouye
ca88544452
ICU-1220 Report position at which errors occur.
...
Fix memory dumps in messages by explicetly adding U+0000 at the end of the
strings that we getBuffer() to u_wmsg().
Add --fallback and --no-fallback options to control use of fallback.
X-SVN-Rev: 7421
2002-01-09 20:42:19 +00:00
Yves Arrouye
a4d79a59a0
ICU-1220 destroyed formatting in the callbacks section. fixed.
...
X-SVN-Rev: 7419
2002-01-09 01:40:52 +00:00
Yves Arrouye
b68db05114
ICU-1220 more info on callbacks.
...
X-SVN-Rev: 7418
2002-01-09 01:34:45 +00:00
Yves Arrouye
5327e8c843
ICU-1220 typo, vocabulary.
...
X-SVN-Rev: 7417
2002-01-09 01:32:17 +00:00
Yves Arrouye
12be335ada
ICU-1220 many files can now be transcoded at the same time. I was
...
tempted to let one do uconv -t utf-8 -f latin1 file1 -f euc-jp file2 so
that many files of various encodings could be converted at the same time
to a single encoding, but will do that later after cleaning up the sloppy
way I enabled multiple files for today.
X-SVN-Rev: 7416
2002-01-09 01:31:14 +00:00
Yves Arrouye
3b470abbe3
ICU-1220 Added escape-codepoint as a callback to let people use the
...
new UCNV_ESCAPE_CODEPOINT.
Options compatibility with iconv(1): added -V, --version; -s, --silent;
--verbose (and -v because of ICU commands); -o, --output file. uconv(1) is
now mostly compatible with iconv(1) usage, except for the fact that one
cannot convert many files in one run yet.
X-SVN-Rev: 7414
2002-01-09 01:04:32 +00:00
Steven R. Loomis
e9dfda269c
ICU-1220 include of header for uprv_strdup
...
X-SVN-Rev: 7409
2002-01-08 19:08:47 +00:00
Yves Arrouye
58dfa37afb
ICU-1220 sorry, changed \\ to \e.
...
X-SVN-Rev: 7408
2002-01-08 03:29:36 +00:00
Yves Arrouye
72a06de4e9
ICU-1220 oops. use UCNV_ESCAPE_XML_HEX for escape-xml-hex!
...
X-SVN-Rev: 7407
2002-01-08 03:23:53 +00:00
Yves Arrouye
550c0e205e
ICU-1220 more manual update (thanks ispell).
...
X-SVN-Rev: 7406
2002-01-08 03:05:49 +00:00
Yves Arrouye
5774a07092
ICU-1220 more manual update.
...
X-SVN-Rev: 7405
2002-01-08 03:03:55 +00:00
Yves Arrouye
23956f9d2d
ICU-1220 uconv now supports setting callbacks in both directions; see
...
the manual page, or call uconv -h to have a list (though the manual
page also has explanations for the different callbacks).
X-SVN-Rev: 7404
2002-01-08 02:35:07 +00:00
Yves Arrouye
c62d7f20bb
ICU-1220 uconv now supports setting callbacks in both directions; see
...
the manual page, or call uconv -h to have a list (though the manual
page also has explanations for the different callbacks).
X-SVN-Rev: 7403
2002-01-08 02:34:33 +00:00
Yves Arrouye
e0a7eb8731
ICU-1220 added iconv-compatibility option -c, and added -i for input
...
X-SVN-Rev: 7400
2002-01-07 21:35:54 +00:00
Yves Arrouye
4004c78ee9
ICU-1220 added iconv-compatibility option -c, and added -i for input
...
X-SVN-Rev: 7399
2002-01-07 21:34:41 +00:00
Yves Arrouye
b2b5b7ff96
ICU-1220 if --canon is used with -L, --list-transliterators, print only
...
one name per line (makes grepping very easy).
Ensure that we can handle transliterators names of arbitrary length (as
big as memory will allow).
X-SVN-Rev: 7398
2002-01-07 21:05:30 +00:00
Yves Arrouye
4cd24e1a9f
ICU-1220 better documentation of the transliteration.
...
X-SVN-Rev: 7397
2002-01-07 20:48:36 +00:00
Yves Arrouye
691fa3912c
ICU-1220 implemented -L, --list-transliterators.
...
made the -x transliterator option work.
updated manual page and resource bundle to reflect that.
X-SVN-Rev: 7396
2002-01-07 20:45:00 +00:00
Yves Arrouye
021616e5c9
ICU-1220 reformat help to fit in 80 columns
...
X-SVN-Rev: 7395
2002-01-05 06:33:43 +00:00
Yves Arrouye
cccb02263f
ICU-1104 display an error if the encoding passed to --list-code results
...
in a null first alias (err is not set)
X-SVN-Rev: 7387
2002-01-05 01:20:45 +00:00
Yves Arrouye
ef243d3b7d
ICU-1104 add a --list-code code option to generalize the --default-code
...
one. A good use of this option is to know if a given name is valid, by
calling 'uconv --list-code name 2>/dev/null' and checking for the exit
code. Maybe a -q option is in order to make that easier.
X-SVN-Rev: 7386
2002-01-05 01:08:01 +00:00
Yves Arrouye
80b6bd8d53
ICU-1104 add a --default-code option.
...
X-SVN-Rev: 7385
2002-01-05 00:42:27 +00:00
Yves Arrouye
c05e8166f7
ICU-1104 add a --default-code option.
...
X-SVN-Rev: 7384
2002-01-05 00:42:05 +00:00
Yves Arrouye
35293cdf9c
ICU-1104 add a --default-code option.
...
X-SVN-Rev: 7383
2002-01-05 00:28:34 +00:00
Yves Arrouye
d8facfd734
ICU-1596 Added support for the -V option to version libraries.
...
Added alternate names for common and dll (respectively archive and library)
so that people can use the same names with configure and pkgdata.
X-SVN-Rev: 7365
2001-12-21 20:09:18 +00:00
Yves Arrouye
d7c3f90b00
ICU-1200 do not use the soon to be deprecated UnicodeConverter.
...
X-SVN-Rev: 7355
2001-12-20 00:50:00 +00:00
George Rhoten
a026a70834
ICU-1220 Fix the Windows build of uconv
...
X-SVN-Rev: 7278
2001-12-03 20:27:42 +00:00
George Rhoten
152ddb6897
ICU-1550 Fixes for NetBSD
...
X-SVN-Rev: 7087
2001-11-26 21:47:42 +00:00
Yves Arrouye
3f3d69a692
ICU-1220 implementation of -c option.
...
X-SVN-Rev: 6821
2001-11-13 07:22:18 +00:00
Yves Arrouye
9d560d624d
ICU-1220 fixed typo. -c done.
...
X-SVN-Rev: 6770
2001-11-12 05:02:22 +00:00
Yves Arrouye
04e18dad03
ICU-1220 print tags.
...
X-SVN-Rev: 6748
2001-11-10 08:23:52 +00:00
Yves Arrouye
867b0c9cc8
ICU-1220 print tags.
...
X-SVN-Rev: 6747
2001-11-10 07:25:59 +00:00
Yves Arrouye
aecb038cf5
ICU-1220 renamed option -c to be used together with -l.
...
always print aliases names
X-SVN-Rev: 6746
2001-11-10 07:01:29 +00:00
Yves Arrouye
78f86d2bfd
ICU-1220 added a --list-converters option.
...
X-SVN-Rev: 6743
2001-11-10 06:52:25 +00:00
Yves Arrouye
0ad967b412
ICU-1220 document that -L isn't implemented.
...
X-SVN-Rev: 6742
2001-11-10 06:18:37 +00:00
Yves Arrouye
9fadd80f32
ICU-1220 document that -L isn't implemented.
...
X-SVN-Rev: 6741
2001-11-10 06:18:16 +00:00
Yves Arrouye
22e2e9c1ba
ICU-1220 added a manual page for uconv.
...
X-SVN-Rev: 6740
2001-11-10 06:14:46 +00:00
Yves Arrouye
52affd22d1
ICU-1220 terse printing with -l. We'll have a --list-converters that
...
will dump the converters and their alias as if it were a brand
new convrtrs.txt
X-SVN-Rev: 6739
2001-11-10 06:14:23 +00:00
Yves Arrouye
3029b7cf1f
ICU-1220 add -? for compatibility with other tools
...
X-SVN-Rev: 6738
2001-11-10 06:01:49 +00:00
Yves Arrouye
a150871504
ICU-1220 add -? for compatibility with other tools
...
X-SVN-Rev: 6737
2001-11-10 06:00:26 +00:00
Yves Arrouye
4325059629
ICU-1404 let's simplify things, and make ICUDATA_DIR contain the
...
$(VERSION) part. We only need to go above that for the current symlink.
X-SVN-Rev: 6728
2001-11-10 02:21:37 +00:00
Yves Arrouye
7ba140fec6
ICU-1404 create $(ICUPKGDATA_DIR) not $(libdir) of course.
...
X-SVN-Rev: 6727
2001-11-10 02:18:34 +00:00
Yves Arrouye
59400a4714
ICU-1404 a lot more fixes to make --with-data-packaging=archive work.
...
X-SVN-Rev: 6725
2001-11-10 01:54:17 +00:00
Yves Arrouye
51c6835601
ICU-1220 call initMsg() before printing error msg.
...
X-SVN-Rev: 6724
2001-11-10 01:53:45 +00:00
George Rhoten
03b8c5bcdd
ICU-1220 On EBCDIC platforms the UTF-8 files need the UTF-8 BOM.
...
X-SVN-Rev: 6647
2001-11-06 23:21:02 +00:00
George Rhoten
0bbc1d8e0a
ICU-1220 The -eutf-8 option is annoying when ICU_DATA is not specified,
...
and the libicudata.so library does not exist when only memory mapped files are created.
X-SVN-Rev: 6611
2001-11-05 18:09:30 +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
George Rhoten
9e859b95e2
ICU-1220 Fix for os/390
...
X-SVN-Rev: 6375
2001-10-22 21:28:55 +00:00
George Rhoten
7f1abf6355
ICU-1211 Fix gmake clean when switching platform builds
...
X-SVN-Rev: 6258
2001-10-16 17:11:29 +00:00
George Rhoten
cc7ab003da
ICU-1211 Allow uconv to do gmake clean properly
...
X-SVN-Rev: 6209
2001-10-12 16:42:24 +00:00
George Rhoten
002366a450
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 6146
2001-10-10 16:45:32 +00:00
George Rhoten
5a9e138a57
ICU-1254 Simplify the build process
...
X-SVN-Rev: 6026
2001-10-03 23:32:12 +00:00
Yves Arrouye
2ad6b97130
ICU-1220 an even simpler way to call genrb (w/o -s)
...
X-SVN-Rev: 5875
2001-09-21 19:57:29 +00:00
Yves Arrouye
b125e0d945
ICU-1220 work around jitterbug 1228.
...
X-SVN-Rev: 5871
2001-09-21 18:46:09 +00:00
Yves Arrouye
af3d831eaf
ICU-1220 changed Makefile not to install while doing make :)
...
X-SVN-Rev: 5869
2001-09-21 17:40:33 +00:00
Yves Arrouye
b5aae87f9e
ICU-1220 Better help format. Removed releaseBuffer() calls.
...
X-SVN-Rev: 5860
2001-09-21 00:30:25 +00:00
Andy Heninger
1b9cd65c1c
ICU-1075 UNIX builds, add assorted missing paths in extra/uconv/Makefile.in
...
X-SVN-Rev: 5855
2001-09-20 23:29:45 +00:00
Yves Arrouye
536cf273da
ICU-1220 Use common mode for pkgdata since DLL mode does not work anymore for resources.
...
X-SVN-Rev: 5853
2001-09-20 23:22:25 +00:00
Yves Arrouye
3c9398da39
ICU-1220 Fixed include paths to include i18n
...
X-SVN-Rev: 5844
2001-09-20 22:00:09 +00:00
Ram Viswanadha
181af9fca8
ICU-1220 Fix getUChars() compilation problem
...
X-SVN-Rev: 5837
2001-09-20 19:43:25 +00:00
Yves Arrouye
93c74c852b
ICU-1220 Added uconv as an extra (Unix only for now).
...
X-SVN-Rev: 5825
2001-09-19 23:43:16 +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
Steven R. Loomis
8fa7d2d25a
ICU-360 pkgtools, out of source test update,fix 'make install' on solaris
...
X-SVN-Rev: 2254
2000-08-15 02:41:58 +00:00