[ 
https://issues.apache.org/jira/browse/DERBY-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535322
 ] 

Laura Stewart commented on DERBY-2188:
--------------------------------------

This issue is before 10.3. I am trying to determine if it still needs to be 
fixed.

The documentation for 10.3 was changed.  The reference Mamta gave now reads 
"derbyLocale_II_CC.jar".  

The entire text is:
"The locale-specific Derby jar file is named derbyLocale_ll_CC.jar, where ll is 
the two-letter code for language, and CC is the two-letter code for country. 
For example, the name of the jar file for error messages for the German locale 
is derbyLocale_de_DE.jar."

Knut mentions a property called 'derby.ui.locale'. Is this still a valid 
property?

Knut mentions the Tools and Utilities guide example under 'derby.ui.codeset' 
which uses a property called 'derby.ui.territory'. 
The file is: rtoolsijpropref97949.dita
The text is an example: 

The following command line specifies to run ij using the Japanese territory 
(territory=ja_JP) using Japanese Latin Kanji mixed
encoding (codeset=Cp939): 

java -Dderby.ui.territory=ja_JP -Dderby.ui.codeset=Cp939  
    -Dij.protocol=jdbc:derby:
    org.apache.derby.tools.ij

I'm not sure that I understand the -Dderby parts of this example...

Dag mentions the problem in the the Getting Started Guide.
The section is 






> Developer's Guide talks about a jdbc url property "locale" which is not 
> supported by Derby.
> -------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2188
>                 URL: https://issues.apache.org/jira/browse/DERBY-2188
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.2.1.6
>            Reporter: Mamta A. Satoor
>
> Under "Localizing Derby" section, Developer's Guide talks about error 
> messages and tools not relying on database's locale set by "locale=ll_CC". 
> But Derby does not support any property called "locale". 
> The exact statement from documentation is as follows 
> "The locale of the error messages and of the tools is not determined by the 
> database's localle set by the locale=ll_CC attribute when the database is 
> created but instead by the default system locale. This means that it is 
> possible to create a database with a non-default locale. In such a case, 
> error messages would not be returned in the language of the database's locale 
> but in the language of the default locale instead."

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to