mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 01:22:43 +00:00 
			
		
		
		
	 4dda3edc9e
			
		
	
	
		4dda3edc9e
		
	
	
	
	
		
			
			The Unicode standard publishes the Unicode Character Database (UCD) with information about every code point, such as each code point's upper case mapping. LibUnicode exists to download and parse UCD files at build time and to provide accessors to that data. As a start, LibUnicode includes upper- and lower-case code point converters.
		
			
				
	
	
		
			2 lines
		
	
	
	
		
			113 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
	
		
			113 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| add_executable(GenerateUnicodeData GenerateUnicodeData.cpp)
 | |
| target_link_libraries(GenerateUnicodeData LagomCore)
 |