[Gambas-user] Issue 559 in gambas: default charset is not unicode

gambas at ...2524... gambas at ...2524...
Fri Sep 19 04:20:22 CEST 2014


Comment #2 on issue 559 by adamn... at ...626...: default charset is not  
unicode
https://code.google.com/p/gambas/issues/detail?id=559

For postgesql:
CREATE DATABASE testcharset
   WITH ENCODING='UTF8'
        OWNER=<user>
        LC_COLLATE='POSIX' /* or LC_COLLATE='C'
        CONNECTION LIMIT=-1;

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings




More information about the User mailing list