comahe-de / i18n4k

Internationalization for Kotlin
Apache License 2.0
77 stars 9 forks source link

Arabic shows up as ????? #29

Closed yebaital closed 1 year ago

yebaital commented 1 year ago
Column {
            Text(Strings.homeScreen(localization.locale))
            Box(Modifier.height(Dp(12.0f))){}
            Text("العربية")
        }

2023-06-30_00-08

comahe-de commented 1 year ago

Hi @yebaital,

Can you check your properties files that they are correctly encode as UTF-8. See also the discussion in issue #25.