> Dear Sir/Madam, > > We have developed an accounting solution using Linux and Postgresql as an > open source database. Storing data in English is not an issue but we need > your assistance to guide us on how can we store multi language > English/Arabic characters using Postgresql. >
Hello simply, use UTF8 encoding: createdb -E UTF8 yourdatabase Regards Pavel Stehule ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings