mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-04 05:28:15 +08:00 
			
		
		
		
	Remove string combining character list. (#616)
It was possible to access it from the WordBreakProperty list
This commit is contained in:
		@@ -48,6 +48,7 @@ enum class WordBreakProperty {
 | 
			
		||||
  WSegSpace,
 | 
			
		||||
  ZWJ,
 | 
			
		||||
};
 | 
			
		||||
WordBreakProperty CodepointToWordBreakProperty(uint32_t codepoint);
 | 
			
		||||
std::vector<WordBreakProperty> Utf8ToWordBreakProperty(
 | 
			
		||||
    const std::string& input);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user