mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
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:
parent
c62d7f20bb
commit
23956f9d2d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue