8#include <dtkcore_global.h>
15QString LIBDTKCORESHARED_EXPORT Chinese2Pinyin(
const QString& words);
25QStringList LIBDTKCORESHARED_EXPORT pinyin(
const QString& words, ToneStyle ts = TS_Tone,
bool *ok =
nullptr);
28QStringList LIBDTKCORESHARED_EXPORT firstLetters(
const QString& words);
29QStringList LIBDTKCORESHARED_EXPORT firstLetters(
const QString& words, ToneStyle ts);