myMPD
Internal API documentation
Loading...
Searching...
No Matches
sds_utf8.h
Go to the documentation of this file.
1/*
2 SPDX-License-Identifier: GPL-3.0-or-later
3 myMPD (c) 2018-2026 Juergen Mang <mail@jcgames.de>
4 https://github.com/jcorporation/mympd
5*/
6
10
11#ifndef MYMPD_SDS_UTF8_H
12#define MYMPD_SDS_UTF8_H
13
14#include "dist/sds/sds.h"
15
16sds sds_utf8_casefold(sds s);
17sds sds_utf8_normalize(sds s);
18
19#endif
sds sds_utf8_normalize(sds s)
Definition sds_utf8.c:37
sds sds_utf8_casefold(sds s)
Definition sds_utf8.c:23