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
This commit is contained in:
Yves Arrouye 2002-01-08 02:35:07 +00:00
parent c62d7f20bb
commit 23956f9d2d

View File

@ -19,7 +19,7 @@
// To compile: c++ -o uconv -I${ICUHOME}/include -Wall -g uconv.cpp -L${ICUHOME}/lib -licuuc -licui18n
//
// Original contributor was Jonas Utterström <jonas.utterstrom@vittran.norrnod.se> in 1999
// Converted to the C conversion API by Yves Arrouye <yves@realnames.com>.
// Converted to the C conversion API and many improvements by Yves Arrouye <yves@realnames.com>.
//
// Permission is granted to use, copy, modify, and distribute this software
//