aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/unified_agent_client/helpers.h
blob: 33defa2b4912c266ddbfa35118e90fd1b91654d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include "client.h"

#include <util/charset/utf8.h>

namespace NUnifiedAgent::NPrivate {
    bool IsUtf8(const THashMap<TString, TString>& meta);
}