summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-08-12 16:35:20 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-08-12 16:35:20 +0000
commit97d457a788d33d41fad17e3a6006b962c81459e6 (patch)
treea803a6eb7cebe035e8465aad90912b4665cc010c
parent1dabf7d3156e49c6ea9eb0b1f5d987648042f379 (diff)
tweak a German example
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2947 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--doc/UsersGuide/FunctionReference.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/UsersGuide/FunctionReference.tex b/doc/UsersGuide/FunctionReference.tex
index 292f09d4..59c0d830 100644
--- a/doc/UsersGuide/FunctionReference.tex
+++ b/doc/UsersGuide/FunctionReference.tex
@@ -5876,7 +5876,7 @@ in \verb|"util_Table.h"|:
blur once we leave ASCII-land. For example, should
{\t "stra\ss{}e"} compare equal to {\t "strasse"}?
What about a case-insensitive comparison of
- {\t "STRA\ss{}E"} and {\t "STRASSE"}? And what
+ {\t "stra\ss{}e"} and {\t "STRASSE"}? And what
about the 16-bit character sets used for Chinese,
Japanese, and Korean? In general, Cactus basically
just ignores internationalization issues. Sigh\dots