Inform users of the Gothic alphabet that Unicode is required
authorLanius Trolling <lanius@laniustrolling.dev>
Sun, 18 Jun 2023 13:53:35 +0000 (09:53 -0400)
committerLanius Trolling <lanius@laniustrolling.dev>
Sun, 18 Jun 2023 13:53:35 +0000 (09:53 -0400)
src/main/kotlin/info/mechyrdia/data/views_comment.kt

index 5c6573ca179ebb3bd5c0429a6aebc1dcbc67605e..9ca1be55bc1960378a3f0ea572c91456cfe00bb2 100644 (file)
@@ -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."
                                        }
                                }
                        }