Commit Graph

7079 Commits

Author SHA1 Message Date
Yves Arrouye
05fd196779 ICU-1608 print the name of the input to ease debugging.
X-SVN-Rev: 7425
2002-01-09 23:05:09 +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
da1e186728 ICU-1606 allow null arguments.
X-SVN-Rev: 7420
2002-01-09 20:39:35 +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
c41188b178 ICU-1605 renamed to UCNV_ESCAPE_UNICODE. *** EXPERIMENTAL *** commited
a bit too soon, may be uncommited soon.

X-SVN-Rev: 7415
2002-01-09 01:15:18 +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
Yves Arrouye
85a889c4c2 ICU-1605 added UCNV_ESCAPE_CODEPOINT to escape as U+XXXX.
X-SVN-Rev: 7413
2002-01-09 00:45:13 +00:00
Vladimir Weinstein
bb4af1ff17 ICU-1602 removed unneeded spaces from the tailoring rules
X-SVN-Rev: 7412
2002-01-08 22:18:24 +00:00
Vladimir Weinstein
ae091aac7b ICU-1602 long primary build code. Also fix for a bug that assigned values to implicit CEs in CJK range (the data was correct, but it increased the size of the data file)
X-SVN-Rev: 7411
2002-01-08 22:16:56 +00:00
Yves Arrouye
a0d2227498 ICU-3 if --enable-shared is not called explicitely, then the message
always displays 'no' for the result of the test, even though the
variable ENABLE_SHARED is correctly set and substituted.

X-SVN-Rev: 7410
2002-01-08 22:10:21 +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
Ram Viswanadha
17881f0a1a ICU-1603 API for Unicode signature detection
X-SVN-Rev: 7402
2002-01-08 01:05:57 +00:00
Vladimir Weinstein
8be8e7e5c4 ICU-1602 runtime support for three byte primaries
X-SVN-Rev: 7401
2002-01-08 00:11:54 +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
102151ea80 ICU-1584 fixed spelling of billion in French
X-SVN-Rev: 7394
2002-01-05 05:52:46 +00:00
Yves Arrouye
dee3a3cd83 ICU-1601 rm Makefile when distcleaning.
X-SVN-Rev: 7393
2002-01-05 05:44:43 +00:00
Yves Arrouye
bf6882566b ICU-620 another pass at having make clean do a better job.
It is to be noted that this build *is* quite convoluted, and that some files created in one
dir need to be deleted in another one or things break. Ugh. Somebody may clean up that packaging mess someday.

X-SVN-Rev: 7392
2002-01-05 04:57:17 +00:00
Yves Arrouye
18130aa761 ICU-620 another pass at having make clean do a better job.
X-SVN-Rev: 7391
2002-01-05 02:59:29 +00:00
Yves Arrouye
10b62aabe8 ICU-620 another pass at having make clean do a better job.
X-SVN-Rev: 7390
2002-01-05 02:37:11 +00:00
Yves Arrouye
117cfae8b1 ICU-620 another pass at having make clean do a better job.
X-SVN-Rev: 7389
2002-01-05 02:28:32 +00:00
Yves Arrouye
c67fa73c5f ICU-620 another pass at having make clean do a better job.
X-SVN-Rev: 7388
2002-01-05 02:06:26 +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
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
Vladimir Weinstein
93bca8f03a ICU-978 cygwin port, inital commit
X-SVN-Rev: 7381
2002-01-03 22:35:03 +00:00
Yves Arrouye
e278496ce4 ICU-678 change explanation of libicu-doc now that make doc uses doxugen
More explanations re: standard config options for packaging.

X-SVN-Rev: 7380
2002-01-03 06:56:08 +00:00
George Rhoten
92e8bf4ed3 ICU-1465 Update the copyright notices, and location information (Cupertino -> San Jose)
X-SVN-Rev: 7379
2002-01-03 02:10:21 +00:00
George Rhoten
4cc4f9c7b5 ICU-1008 Do some less static initialization
X-SVN-Rev: 7378
2001-12-28 21:26:53 +00:00
Vladimir Weinstein
2131d21888 ICU-1594 remove supplemental latin1 mapping from the data file, as there is one already included in the utrie, and
jitterbug 1599: testing the results of malloc/realloc, preserving status in some operations

X-SVN-Rev: 7377
2001-12-28 20:58:58 +00:00
Vladimir Weinstein
99976f36e8 ICU-1594 remove supplemental latin1 mapping from the data file, as there is one already included in the utrie
X-SVN-Rev: 7376
2001-12-28 20:55:24 +00:00