Hello again,

Can you try modifying the database creation using?

CREATE DATABASE bacula WITH ENCODING 'UNICODE';

There may be some command that allows you to modify and existing encoding.

In any case, the command:

psql -l

should show you what the existing encoding is.

Also, if you want the characters to display correctly on your terminal, 
assuming the LANG environment variable works the same on FreeBSD as on 
Linux/Unix, please set:

LANG=en_US.UTF-8

and the accented filename characters should display correctly in most all 
cases.  The above setting will not cause any problems with your normal US 
ASCII text and thus can be used as a default.

Best regards,

Kern


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to