Revision: 28743
http://sourceforge.net/p/bibdesk/svn/28743
Author: hofman
Date: 2024-02-16 15:45:25 +0000 (Fri, 16 Feb 2024)
Log Message:
-----------
escape special characters in help to avoid encoding problem with hiutil
Modified Paths:
--------------
trunk/bibdesk/BibDesk.help/Contents/Resources/en.lproj/bibdesk.texi
Modified: trunk/bibdesk/BibDesk.help/Contents/Resources/en.lproj/bibdesk.texi
===================================================================
--- trunk/bibdesk/BibDesk.help/Contents/Resources/en.lproj/bibdesk.texi
2024-02-16 10:32:57 UTC (rev 28742)
+++ trunk/bibdesk/BibDesk.help/Contents/Resources/en.lproj/bibdesk.texi
2024-02-16 15:45:25 UTC (rev 28743)
@@ -72,6 +72,15 @@
Control-Cmd-\key\@end ifnothtml
@end macro
+@c Macros for Unicode characters
+
+@macro U {code}
+@html
+&#\code\;@end html
+@ifnothtml
+U+\code\@end ifnothtml
+@end macro
+
@c Some macros for typesetting menu and button titles.
@macro menutitle {text}
@@ -629,7 +638,7 @@
@tab End logical grouping
@end multitable
-The operators AND, OR, and NOT are case sensitive, but Search Kit normalizes
query strings and indexes by stripping diacritical marks and by forcing
characters to lowercase. For example, Search Kit normalizes each of the
following characters to `a': `a', `à', `A', and `À'. For more information, see
@url{http://developer.apple.com/mac/library/documentation/UserExperience/Reference/SearchKit/Reference/reference.html,
SKSearchCreate developer documentation}.
+The operators AND, OR, and NOT are case sensitive, but Search Kit normalizes
query strings and indexes by stripping diacritical marks and by forcing
characters to lowercase. For example, Search Kit normalizes each of the
following characters to `a': `a', `@U{224}', `A', and `@U{192}'. For more
information, see
@url{http://developer.apple.com/mac/library/documentation/UserExperience/Reference/SearchKit/Reference/reference.html,
SKSearchCreate developer documentation}.
@node Find and Replace
@c DO NOT LOCALIZE THE NEXT LINE
@@ -3663,13 +3672,6 @@
@c Macro definition for Unicode character codes
-@macro U {code}
-@html
-&#\code\;@end html
-@ifnothtml
-U+\code\@end ifnothtml
-@end macro
-
@multitable {oo} {o} {ooo} {ooo} {oo} {o} {ooo} {ooo} {oo} {o} {ooo} {ooo}
{oo} {o} {ooo}
@item @U{243} @tab @ @tab @code{\'o}
@tab @ @ @ @ @tab @U{242} @tab @ @tab @code{\`o}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit