From a695516724b5d7d2835046ae198eb243be60a220 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Wed, 22 Sep 2010 15:04:52 +0000 Subject: [PATCH] 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 --- UPGRADE.txt | 5 +++++ 1 file changed, 5 insertions(+) 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_' -- 2.47.2