Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-31 12:40:48 +05:00
parent 4cac26e628
commit 8f69b1dce3
12 changed files with 157 additions and 35 deletions

View file

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