/*
**********************************************************************
-* Copyright (C) 1997-2006, International Business Machines
+* Copyright (C) 1997-2007, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
*
* locale and then ask it for individual resources.
* <P>
* Resource bundles in ICU4C are currently defined using text files which conform to the following
- * <a href="http://dev.icu-project.org/cgi-bin/viewcvs.cgi/~checkout~/icuhtml/design/bnf_rb.txt">BNF definition</a>.
+ * <a href="http://source.icu-project.org/repos/icu/icuhtml/trunk/design/bnf_rb.txt">BNF definition</a>.
* More on resource bundle concepts and syntax can be found in the
- * <a href="http://icu.sourceforge.net/userguide/ResourceManagement.html">Users Guide</a>.
+ * <a href="http://icu-project.org/userguide/ResourceManagement.html">Users Guide</a>.
* <P>
*/
*
* @see ures_getString
* @see u_strToUTF8
- * @draft ICU 3.6
+ * @stable ICU 3.6
*/
-U_DRAFT const char * U_EXPORT2
+U_STABLE const char * U_EXPORT2
ures_getUTF8String(const UResourceBundle *resB,
char *dest, int32_t *length,
UBool forceCopy,
*
* @see ures_getStringByIndex
* @see u_strToUTF8
- * @draft ICU 3.6
+ * @stable ICU 3.6
*/
-U_DRAFT const char * U_EXPORT2
+U_STABLE const char * U_EXPORT2
ures_getUTF8StringByIndex(const UResourceBundle *resB,
int32_t index,
char *dest, int32_t *pLength,
*
* @see ures_getStringByKey
* @see u_strToUTF8
- * @draft ICU 3.6
+ * @stable ICU 3.6
*/
-U_DRAFT const char * U_EXPORT2
+U_STABLE const char * U_EXPORT2
ures_getUTF8StringByKey(const UResourceBundle *resB,
const char *key,
char *dest, int32_t *pLength,