mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-29 05:21:00 +01:00
Changed ucs4toutf8() into a static function (since it's only
used by this file when it's even defined).
This commit is contained in:
parent
12f20954e9
commit
3cb9df7bc7
1 changed files with 1 additions and 2 deletions
|
|
@ -3921,8 +3921,7 @@ dquotedzputs(char const *s, FILE *stream)
|
|||
# if defined(HAVE_NL_LANGINFO) && defined(CODESET) && !defined(__STDC_ISO_10646__) && !defined(MULTIBYTE_SUPPORT)
|
||||
/* Convert a character from UCS4 encoding to UTF-8 */
|
||||
|
||||
/**/
|
||||
size_t
|
||||
static size_t
|
||||
ucs4toutf8(char *dest, unsigned int wval)
|
||||
{
|
||||
size_t len;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue