-
- Downloads
Fix Unicode support in PL/Python
Check calls of PyUnicode_AsEncodedString() for NULL return, probably because the encoding name is not known. Add special treatment for SQL_ASCII, which Python definitely does not know. Since using SQL_ASCII produces errors in the regression tests when non-ASCII characters are involved, we have to put back various regression test result variants.
Showing
- src/pl/plpython/expected/README 5 additions, 0 deletionssrc/pl/plpython/expected/README
- src/pl/plpython/expected/plpython_unicode_2.out 52 additions, 0 deletionssrc/pl/plpython/expected/plpython_unicode_2.out
- src/pl/plpython/expected/plpython_unicode_3.out 52 additions, 0 deletionssrc/pl/plpython/expected/plpython_unicode_3.out
- src/pl/plpython/expected/plpython_unicode_5.out 52 additions, 0 deletionssrc/pl/plpython/expected/plpython_unicode_5.out
- src/pl/plpython/plpython.c 14 additions, 4 deletionssrc/pl/plpython/plpython.c
Loading
Please register or sign in to comment