[
https://issues.apache.org/jira/browse/DERBY-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537209
]
Mamta A. Satoor commented on DERBY-2188:
----------------------------------------
Laura, I checked through the attached html pages and I have comment on
rtoolsijpropref97949.html. When we give the example of setting locale for ij in
the html page, we use -Dderby.ui.locale=ja_JP but the text above the example
incorrectly says that the locale for ij is getting set using territory=ja_JP. I
think the correct text would read as follows
The following command line specifies to run ij using the Japanese territory
(derby.ui.locale=ja_JP) using Japanese Latin Kanji mixed encoding
(codeset=Cp939):
java -Dderby.ui.locale=ja_JP -Dderby.ui.codeset=Cp939
-Dij.protocol=jdbc:derby:
org.apache.derby.tools.ij
> 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
> Assignee: Laura Stewart
> Attachments: 2188_1.diff, 2188_1.diff, cdevin55108.html,
> rgsquck30197.html, rtoolsijpropref97949.html
>
>
> 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.