mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	Fix a message error in utf_to_local
This commit is contained in:
		
							parent
							
								
									0380765cc1
								
							
						
					
					
						commit
						e23f8c4557
					
				@ -6,7 +6,7 @@
 | 
			
		||||
 * WIN1250 client encoding support contributed by Pavel Behal
 | 
			
		||||
 * SJIS UDC (NEC selection IBM kanji) support contributed by Eiji Tokuya
 | 
			
		||||
 *
 | 
			
		||||
 * $Id: conv.c,v 1.25 2001/04/29 07:27:38 ishii Exp $
 | 
			
		||||
 * $Id: conv.c,v 1.26 2001/05/28 01:00:25 ishii Exp $
 | 
			
		||||
 *
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
@ -1287,7 +1287,7 @@ utf_to_local(unsigned char *utf, unsigned char *iso,
 | 
			
		||||
					sizeof(pg_utf_to_local), compare1);
 | 
			
		||||
		if (p == NULL)
 | 
			
		||||
		{
 | 
			
		||||
			elog(NOTICE, "utf_to_latin: could not convert UTF-8 (0x%04x) Ignored", iutf);
 | 
			
		||||
			elog(NOTICE, "utf_to_local: could not convert UTF-8 (0x%04x). Ignored", iutf);
 | 
			
		||||
			continue;
 | 
			
		||||
		}
 | 
			
		||||
		if (p->code & 0xff000000)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user