Files
source/Y/composed.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

23 lines
1.8 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>composed</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L527'>composed</a> 527 lib/strutil/strutilutf8.c char *composed;</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L529'>composed</a> 529 lib/strutil/strutilutf8.c composed = g_utf8_normalize (pre_form-&gt;text, -1, G_NORMALIZE_DEFAULT_COMPOSE);</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L530'>composed</a> 530 lib/strutil/strutilutf8.c g_strlcpy (result, composed, sizeof (result));</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L531'>composed</a> 531 lib/strutil/strutilutf8.c g_free (composed);</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L674'>composed</a> 674 lib/strutil/strutilutf8.c char *composed;</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L676'>composed</a> 676 lib/strutil/strutilutf8.c composed = g_utf8_normalize (buffer, -1, G_NORMALIZE_DEFAULT_COMPOSE);</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L677'>composed</a> 677 lib/strutil/strutilutf8.c g_strlcpy (buffer, composed, size);</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L678'>composed</a> 678 lib/strutil/strutilutf8.c g_free (composed);</span>
</pre>
</body>
</html>