mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-11-04 03:10:05 +00:00 
			
		
		
		
	- Latitude/longitude in degrees N/S/E/W - Radar types with hyphens - Sort by raw decimal values
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			204 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			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
 |