myMPD
Internal API documentation
Loading...
Searching...
No Matches
sds_utf8.h File Reference

UTF8 functions for sds strings. More...

#include "dist/sds/sds.h"
Include dependency graph for sds_utf8.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

sds sds_utf8_casefold (sds s)
sds sds_utf8_normalize (sds s)

Detailed Description

UTF8 functions for sds strings.

Function Documentation

◆ sds_utf8_casefold()

sds sds_utf8_casefold ( sds s)

Casefolds the sds string

Parameters
ssds string to modify in place
Returns
pointer to s

◆ sds_utf8_normalize()

sds sds_utf8_normalize ( sds s)

Normalizes the sds string

Parameters
ssds string to modify in place
Returns
pointer to s