Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-16 16:15:56 +05:00
commit 5e850ef1d4
13 changed files with 191 additions and 109 deletions

View file

@ -8,6 +8,7 @@ object StringsSigns {
const val DASH_SIGN = ""
const val LOWER_SIGN = "<"
const val TILDE_SIGN = "~"
const val COMA_SIGN = ","
const val INFINITY_SIGN = ""
const val NON_BREAKING_SPACE = '\u00A0'
const val PERCENT = "%"