1
0
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:
Teodor Sigaev
2005-12-21 13:05:49 +00:00
parent e3b9852728
commit 7ac8a4be89
5 changed files with 231 additions and 146 deletions

View File

@@ -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)