From 99631eeba8646ccd09900ae511ae8c40df34ea23 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 22 Apr 2024 23:41:30 +0200 Subject: Add disclaimer --- gen/string/scale | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gen') diff --git a/gen/string/scale b/gen/string/scale index 0455447..df8e53a 100755 --- a/gen/string/scale +++ b/gen/string/scale @@ -3,6 +3,11 @@ # Usage: scale -v utf=X -v mapping=X [-v az=X] [-v lt=X] # Example: scale -v utf=8 -v mapping=title -v lt=1 +# NOTE: Titlecasing is a combination of titlecasing the first rune in a word, +# and lowercasing all the other runes in the word. This means that for +# the titlecase scale factor, you actually need MAX(TS, LS) where TS is +# the titlecase scale factor and LS is the lowercase scale factor. + set -e cd "${0%/*}/../.." -- cgit v1.2.3