mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	FIX: add more utf8 chars to support language hu
Change-Id: I65c9ed7cac13f28e077f42f2ae214a5d56d28bd0 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
		
							parent
							
								
									cb9ed1a950
								
							
						
					
					
						commit
						9adf67f095
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2811,7 +2811,7 @@ const ImWchar*   ImFontAtlas::GetGlyphRangesDefault() | |||
| { | ||||
|     static const ImWchar ranges[] = | ||||
|     { | ||||
|         0x0020, 0x00FF, // Basic Latin + Latin Supplement
 | ||||
|         0x0020, 0x01FF, // Basic Latin + Latin Supplement
 | ||||
|         0x2000, 0x206F, // General Punctuation
 | ||||
|         0x3000, 0x30FF, // CJK Symbols and Punctuations, Hiragana, Katakana
 | ||||
|         0x31F0, 0x31FF, // Katakana Phonetic Extensions
 | ||||
|  | @ -2915,7 +2915,7 @@ const ImWchar*  ImFontAtlas::GetGlyphRangesChineseSimplifiedCommon() | |||
|     }; | ||||
|     static ImWchar base_ranges[] = // not zero-terminated
 | ||||
|     { | ||||
|         0x0020, 0x00FF, // Basic Latin + Latin Supplement
 | ||||
|         0x0020, 0x01FF, // Basic Latin + Latin Supplement
 | ||||
|         0x2000, 0x206F, // General Punctuation
 | ||||
|         0x3000, 0x30FF, // CJK Symbols and Punctuations, Hiragana, Katakana
 | ||||
|         0x31F0, 0x31FF, // Katakana Phonetic Extensions
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Stone Li
						Stone Li