aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/unicode/set/unicode_set_parser.h
blob: 64516ae23a759d290aad68fcfc3b5d133aa19473 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "unicode_set.h"

#include <util/generic/strbuf.h>

namespace NUnicode {
    namespace NPrivate {
        void ParseUnicodeSet(TUnicodeSet& set, const TWtringBuf& data);
    }
}