Index: openacs-4/contrib/misc/upgrade_4.6_to_5.0.sh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/misc/upgrade_4.6_to_5.0.sh,v diff -u -N -r1.4 -r1.5 --- openacs-4/contrib/misc/upgrade_4.6_to_5.0.sh 4 Apr 2005 12:14:50 -0000 1.4 +++ openacs-4/contrib/misc/upgrade_4.6_to_5.0.sh 27 Apr 2005 06:51:35 -0000 1.5 @@ -173,7 +173,8 @@ echo " A. Check to see if the user used with the first two '\connect's is accurate." echo " B. If changing db encoding from SQL_ASQII, might need to add a client_encoding value" echo " as the first line in the file for automatic encoding translation to UNICODE, for example:" - echo " set client_encoding='LATIN15';" + echo " set client_encoding='LATIN5';" + echo " see http://www.postgresql.org/docs/7.4/static/multibyte.html for choices." fi # it is important for the word f*&$ to appear at this point in the script