mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-165 clarify usage of ucnv_getDefaultName()
X-SVN-Rev: 335
This commit is contained in:
parent
f82c8d906f
commit
0b5046a971
1 changed files with 3 additions and 1 deletions
|
@ -589,7 +589,9 @@ U_CAPI int32_t U_EXPORT2 ucnv_countAvailable (void);
|
|||
/**
|
||||
* returns the current default converter name.
|
||||
*
|
||||
* @return returns the current default converter name
|
||||
* @return returns the current default converter name;
|
||||
* if a default converter name cannot be determined,
|
||||
* then <code>NULL</code> is returned
|
||||
* @see ucnv_setDefaultName
|
||||
*/
|
||||
U_CAPI const char * U_EXPORT2 ucnv_getDefaultName (void);
|
||||
|
|
Loading…
Add table
Reference in a new issue