rpetrich / deciduous

App that simplifies building decision trees to model adverse scenarios
https://deciduous.app
GNU General Public License v2.0
180 stars 17 forks source link

The app raises an error when adding labels in non-Latin languages #55

Closed perditi0nspam closed 10 months ago

perditi0nspam commented 10 months ago

When using non-Latin languages, the app raises the following error immediately: "InvalidCharacterError: Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range."

rpetrich commented 10 months ago

Characters outside of the Latin-1 character set are now supported.