Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-23 18:40:36 +03:00
parent 2b09748877
commit 8a3843d87c
12 changed files with 79 additions and 50 deletions

View file

@ -8,5 +8,6 @@ object StringsSigns {
const val DASH_SIGN = ""
const val LOWER_SIGN = "<"
const val TILDE_SIGN = "~"
const val INFINITY_SIGN = ""
const val NON_BREAKING_SPACE = '\u00A0'
}