Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-15 18:03:07 +05:00
parent d5da2a7f08
commit eee3b57fe5
8 changed files with 183 additions and 108 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 = "%"