supercell-wx/wxdata/source/scwx/common/characters.cpp
Dan Paulat 6e7a13494a Updating radar site display fields to be more human-friendly
- Latitude/longitude in degrees N/S/E/W
- Radar types with hyphens
- Sort by raw decimal values
2022-10-07 22:29:30 -05:00

16 lines
204 B
C++

#include <scwx/common/characters.hpp>
namespace scwx
{
namespace common
{
namespace Unicode
{
const std::string kDegree {"\302\260"};
} // namespace Unicode
} // namespace common
} // namespace scwx