[Libreoffice] CTL settings for Hebrew (ctl_he.xcd)
Lior Kaplan
kaplanlior at gmail.com
Thu Apr 14 00:56:42 PDT 2011
On Wed, Apr 13, 2011 at 2:21 PM, Caolán McNamara <caolanm at redhat.com> wrote:
> On Wed, 2011-04-13 at 14:07 +0300, Lior Kaplan wrote:
> > I'm not sure how to change the the CTLSequenceChecking only for Hebrew
> > (see http://openoffice.org/bugzilla/show_bug.cgi?id=61863).
> >
> > Any help appreciated.
>
> IMO that CTLSequenceChecking should only be turned on for e.g. Thai, and
> not generically on for all CTL languages.
>
> You can find it at
>
> http://opengrok.libreoffice.org/xref/libs-core/officecfg/registry/data/org/openoffice/Office/Common.xcu
>
> We should turn of *off* by default, and change install:module="ctl" to
> install:module="thai" and have a little thai-specific one to turn it
> *on* for that case. See the "korea" one for an example.
>
Following your hint, here's the patch to fix #i61863. It disables squence
checking for CTL languages and enables it for Thai.
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -173,6 +173,17 @@
<value >true</value>
</prop>
<prop oor:name="CTLSequenceChecking" >
+ <value >false</value>
+ </prop>
+ <prop oor:name="CTLSequenceCheckingRestricted" >
+ <value >false</value>
+ </prop>
+ <prop oor:name="CTLSequenceCheckingTypeAndReplace">
+ <value >false</value>
+ </prop>
+ </node>
+ <node oor:name="CTL" install:module="thai">
+ <prop oor:name="CTLSequenceChecking" >
<value >true</value>
</prop>
<prop oor:name="CTLSequenceCheckingRestricted" >
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110414/d62c75bd/attachment.htm>
More information about the LibreOffice
mailing list