realm-studio icon indicating copy to clipboard operation
realm-studio copied to clipboard

Cannot open files with umlauts / mutated vowels

Open Ziegenbeisser opened this issue 5 years ago • 0 comments

Describe the bug Here I will describe two errors, which I assume stem from the same issue with umlauts

Variant A: if you open a realm file with (äöü) inside Realm Studio, Realm Studio will create a new empty DB with the umlauts being changed to weird (ᅢᄐ) characters.

Variant B: If you open a realm file that resides in a folder with umlauts in it (testä\test.realm) then realm will show following error Unable to open a realm at path 'C:\Users\Nahom\Desktop\testä\test.realm.management': make_dir() failed: No such file or directory Path:.

To Reproduce Variant A: Steps to reproduce the behavior:

  1. Create a folder with a Umlaut in it (äöü)
  2. Copy a realm DB inside this folder
  3. Try opening it with realm studio
  4. See error

Variant B: Steps to reproduce the behavior:

  1. Rename a realm DB to a name with a umlaut
  2. Try opening it with realm studio
  3. See error

Expected behavior No Erros while opening a realm file.

Screenshots grafik

Versions:

  • OS: Windows 10
  • Studio Version 3.6.1

Ziegenbeisser avatar Jul 17 '19 10:07 Ziegenbeisser