-
- Downloads
Force strings passed to and from plperl to be in UTF8 encoding.
String are converted to UTF8 on the way into perl and to the database encoding on the way back. This avoids a number of observed anomalies, and ensures Perl a consistent view of the world. Some minor code cleanups are also accomplished. Alex Hunsaker, reviewed by Andy Colson.
Showing
- doc/src/sgml/plperl.sgml 8 additions, 0 deletionsdoc/src/sgml/plperl.sgml
- src/pl/plperl/SPI.xs 36 additions, 16 deletionssrc/pl/plperl/SPI.xs
- src/pl/plperl/Util.xs 32 additions, 34 deletionssrc/pl/plperl/Util.xs
- src/pl/plperl/plperl.c 150 additions, 110 deletionssrc/pl/plperl/plperl.c
- src/pl/plperl/plperl_helpers.h 69 additions, 0 deletionssrc/pl/plperl/plperl_helpers.h
Loading
Please register or sign in to comment