Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bidi.hpp « drape - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 43862fe39b70ded317f982413071a82cfc09025b (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "base/string_utils.hpp"

namespace bidi
{

strings::UniString log2vis(strings::UniString const & str);

}