Legolas Woodland <[EMAIL PROTECTED]> writes: > Hi > Does derby support inserting unicode data into its char variant fields ? > for example inserting Arabic ? > in sqlServer there is Ntext and nchar ,nvarchar ... to support unicode data. > in mysql there are charset and collat + some connection url parameter that > make using unicode data possible > now how i can use unicode inderby ? > i tried to use but it does not shows correct data , it replace them with ???
What's your locale? I think Derby gets problems with unicode when LC_ALL (or LC_CTYPE) is invalid. -- Knut Anders
