From: Lanius Trolling Date: Sun, 18 Jun 2023 13:53:35 +0000 (-0400) Subject: Inform users of the Gothic alphabet that Unicode is required X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=3c5458983e970bc6c61d1416c31cb8b76057be6c;p=factbooks Inform users of the Gothic alphabet that Unicode is required --- diff --git a/src/main/kotlin/info/mechyrdia/data/views_comment.kt b/src/main/kotlin/info/mechyrdia/data/views_comment.kt index 5c6573c..9ca1be5 100644 --- a/src/main/kotlin/info/mechyrdia/data/views_comment.kt +++ b/src/main/kotlin/info/mechyrdia/data/views_comment.kt @@ -497,6 +497,8 @@ suspend fun ApplicationCall.commentHelpPage(): HTML.() -> Unit = page("Commentin span(classes = "lang-gothic") { +"\uD800\uDF32\uD800\uDF3F\uD800\uDF44\uD800\uDF39\uD800\uDF43\uD800\uDF3A\uD800\uDF30 \uD800\uDF42\uD800\uDF30\uD800\uDF36\uD800\uDF33\uD800\uDF30" } + br + +"Requires the Unicode Gothic alphabet; Latin alphabet characters are not supported." } } }