mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Multibyte encodings support for ISpell dictionary
This commit is contained in:
@@ -57,7 +57,7 @@ int _t_isprint( char *ptr );
|
||||
int lll = pg_mblen( s ); \
|
||||
\
|
||||
while( lll-- ) \
|
||||
TOUCHAR(d+lll) = TOUCHAR(s+lll); \
|
||||
TOUCHAR((d)+lll) = TOUCHAR((s)+lll); \
|
||||
} while(0)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user