Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						874dbd3a4a 
					 
					
						
						
							
							Allow calling wxStrchr() with a narrow string and wide character.  
						
						... 
						
						
						
						Calls to wxStrchr(char-string, wide-char) would previously fail if wide
character couldn't be converted to a single character in the current locale
encoding. Change it to simply return NULL in this case as it's a safe and
useful generalization: a narrow string will never contain a wide character not
representable in the current locale.
Add wxUniChar::GetAsChar() to help with implementing this.
Closes  #11487 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62738  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2009-11-28 14:37:03 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						aeef0d188c 
					 
					
						
						
							
							No changes, just remove unnecessary UTF-8 bytes.  
						
						... 
						
						
						
						The patch of #11187  (applied in r61884) unnecessarily used +U2019 which can't
be converted to latin1, remove it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62736  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2009-11-28 03:37:36 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						474e971147 
					 
					
						
						
							
							Document ctors creating a wxString from repeated characters.  
						
						... 
						
						
						
						Closes  #11187 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61884  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
					
						2009-09-12 10:42:04 +00:00 
						 
				 
			
				
					
						
							
							
								Francesco Montorsi 
							
						 
					 
					
						
						
							
						
						ca164e2337 
					 
					
						
						
							
							better define what an ASCII character is considered to be in IsAscii()  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58554  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2009-01-31 15:57:45 +00:00 
						 
				 
			
				
					
						
							
							
								Francesco Montorsi 
							
						 
					 
					
						
						
							
						
						f8f31de610 
					 
					
						
						
							
							fix miscellaneous doxygen warnings; IMPORTANT: never leave empty lines inside a @beginEventTable/@endEventTable block (or similar blocks); it results in difficult-to-fix doxygen warnings  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57624  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2008-12-28 19:50:21 +00:00 
						 
				 
			
				
					
						
							
							
								Francesco Montorsi 
							
						 
					 
					
						
						
							
						
						d6416655c7 
					 
					
						
						
							
							remove the implementation of the conversion operators (forgot to do it in the initial commit)  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57089  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2008-12-03 15:49:54 +00:00 
						 
				 
			
				
					
						
							
							
								Francesco Montorsi 
							
						 
					 
					
						
						
							
						
						8ef2a553af 
					 
					
						
						
							
							initial declaration of wx*Char*Buffer and wxUniChar* classes (need someone more experienced to document the various methods)  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57063  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2008-12-01 22:09:47 +00:00