To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=13981


User nemeth changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|STARTED                   |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Jul 17 13:09:39 +0000 
2007 -------
Hunspell can control capitalization by KEEPCASE and FORBIDDENWORD affix 
parameters.

Orthographical or typigraphical rules of most western languages forbid all form
of capitalization of some words, especially measurements or currencies. (FOR
EXAMPLE: km AND GHz ARE UNITS OF MEASUREMENT.) Use KEEPCASE here:

== aff ==
KEEPCASE x
== dic ==
2
km/x
GHz/x
== test ==
km is Ok.
GHz is Ok.
Km -> km
KM -> km
GHZ -> GHz

To forbid only capitalized forms (genus in scientific name, capitalization of
special letters, like IJ in Dutch) use FORBIDDENWORD flag on capitalized
dictionary words:

== aff ==
FORBIDDENWORD x
== dic ==
ijs
IJs
Ijs/x
aureus
Aureus/x
== test ==
ijs is Ok.
IJs is Ok.
Ijs -> ijs, IJs
IJS is Ok.
aureus is Ok.
Aureus -> aureus
AUREUS is Ok.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to