From: Tilghman Lesher Date: Wed, 22 Sep 2010 15:04:52 +0000 (+0000) Subject: Document addition of encoding parameter. X-Git-Tag: 1.4.38-rc1~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a695516724b5d7d2835046ae198eb243be60a220;p=thirdparty%2Fasterisk.git Document addition of encoding parameter. (issue #16940) Reported by: jamicque git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@288266 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/UPGRADE.txt b/UPGRADE.txt index 4cbcdffa75..6338ecd3a1 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -493,6 +493,11 @@ CDR Records: on the channel from the dialplan and have that change also show up in the CDR, then you *must* set CALLERID(ANI) as well as CALLERID(num). +* cdr_pgsql now assumes the encoding of strings it is handed are in LATIN9, + which should cover most uses of the extended ASCII set. If your strings + use a different encoding in Asterisk, the "encoding" parameter may be set + to specify the correct character set. + API: * There are some API functions that were not previously prefixed with the 'ast_'