17 lines
		
	
	
		
			593 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			593 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /////////////////////////////////////////////////////////////////////////////
 | |
| // Name:        wx/private/unicode.h
 | |
| // Purpose:     Unicode private declsrations
 | |
| // Author:      Pavel Tyunin
 | |
| // Created:     2020-10-06
 | |
| // Copyright:   (c) 2020 Pavel Tyunin
 | |
| // Licence:     wxWindows licence
 | |
| /////////////////////////////////////////////////////////////////////////////
 | |
| 
 | |
| #ifndef _WX_PRIVATE_UNICODEH__
 | |
| #define _WX_PRIVATE_UNICODEH__
 | |
| 
 | |
| // this table gives the length of the UTF-8 encoding from its first character:
 | |
| extern const unsigned char tableUtf8Lengths[256];
 | |
| 
 | |
| #endif // _WX_PRIVATE_UNICODEH__
 |