]> git.proxmox.com Git - mirror_qemu.git/blame - include/qemu/unicode.h
Merge tag 'pull-loongarch-20231221' of https://gitlab.com/gaosong/qemu into staging
[mirror_qemu.git] / include / qemu / unicode.h
CommitLineData
f348b6d1 1#ifndef QEMU_UNICODE_H
175de524 2#define QEMU_UNICODE_H
f348b6d1
VB
3
4int mod_utf8_codepoint(const char *s, size_t n, char **end);
e59f39d4 5ssize_t mod_utf8_encode(char buf[], size_t bufsz, int codepoint);
f348b6d1
VB
6
7#endif