diff options
author | 2015-06-24 23:33:18 +0200 | |
---|---|---|
committer | 2015-06-24 23:33:18 +0200 | |
commit | 7a07ecba2a16abf918cc87dc23367f9a97cea3a6 (patch) | |
tree | 1c70358b79b3e9c38e6848657f609f6a3842bd68 /src/lib/util/unicode.c | |
parent | 3035213d045bc0edc31194fa5309c60ade5919ff (diff) | |
parent | cda316ccfea6017740fbbf8d76a732eff54047ff (diff) |
Merge pull request #3 from mamedev/master
merge with base
Diffstat (limited to 'src/lib/util/unicode.c')
-rw-r--r-- | src/lib/util/unicode.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/util/unicode.c b/src/lib/util/unicode.c index 7f264bc1fb6..5f375337b34 100644 --- a/src/lib/util/unicode.c +++ b/src/lib/util/unicode.c @@ -309,13 +309,13 @@ int utf16f_from_uchar(utf16_char *utf16string, size_t count, unicode_char uchar) -------------------------------------------------*/ /** - * @fn const char *utf8_previous_char(const char *utf8string) + * @fn const char *utf8_previous_char(const char *utf8string) * - * @brief UTF 8 previous character. + * @brief UTF 8 previous character. * - * @param utf8string The UTF 8string. + * @param utf8string The UTF 8string. * - * @return null if it fails, else a char*. + * @return null if it fails, else a char*. */ const char *utf8_previous_char(const char *utf8string) @@ -333,13 +333,13 @@ const char *utf8_previous_char(const char *utf8string) -------------------------------------------------*/ /** - * @fn int utf8_is_valid_string(const char *utf8string) + * @fn int utf8_is_valid_string(const char *utf8string) * - * @brief UTF 8 is valid string. + * @brief UTF 8 is valid string. * - * @param utf8string The UTF 8string. + * @param utf8string The UTF 8string. * - * @return An int. + * @return An int. */ int utf8_is_valid_string(const char *utf8string) |