ICU-165 clarify usage of ucnv_getDefaultName()

X-SVN-Rev: 335
This commit is contained in:
Markus Scherer 1999-12-07 19:10:41 +00:00
parent f82c8d906f
commit 0b5046a971

View file

@ -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);