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

2014-09-21 Thread gambas
Updates: Status: Fixed Comment #4 on issue 559 by benoit.m...@gmail.com: default charset is not unicode https://code.google.com/p/gambas/issues/detail?id=559 Collation support has been implemented in revision #6494. It "just" allows you to define the collation of a specific text field,

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

2014-09-21 Thread gambas
Comment #3 on issue 559 by benoit.m...@gmail.com: default charset is not unicode https://code.google.com/p/gambas/issues/detail?id=559 Apparently there is no standard way of defining collation. Each DBMS is completely different from the others. I know that SQL standard is a joke, but I'm al

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

2014-09-18 Thread gambas
Comment #2 on issue 559 by adamn...@gmail.com: default charset is not unicode https://code.google.com/p/gambas/issues/detail?id=559 For postgesql: CREATE DATABASE testcharset WITH ENCODING='UTF8' OWNER= LC_COLLATE='POSIX' /* or LC_COLLATE='C' CONNECTION LIMIT=-1; --

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

2014-09-16 Thread gambas
Updates: Status: Accepted Labels: -Version-3.5.4 Version-3.5.0 Comment #1 on issue 559 by benoit.m...@gmail.com: default charset is not unicode https://code.google.com/p/gambas/issues/detail?id=559 Please tell me where you read that in the documentation, because it is false.

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

2014-09-15 Thread gambas
Status: New Owner: Labels: Version-3.5.4 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 559 by isaf...@gmail.com: default charset is not unicode https://code.google.com/p/gambas/issues/detail?id=559 1) Describe the problem. According to Gambas 3 document