Uploaded image for project: 'Realm Core'
  1. Realm Core
  2. RCORE-392

Support for multibyte (utf) characters in path

    • Type: Icon: Bug Bug
    • Resolution: Won't Fix
    • Priority: Icon: Major - P3 Major - P3
    • Q4-22FY
    • Affects Version/s: None
    • Component/s: Core
    • None

      Currently we are using std::wstring(s.begin, s.end) to convert a path string to LPWSTR here
      https://github.com/realm/realm-core/blob/master/src/realm/util/interprocess_condvar.cpp#L206

      this seems to be broken if the path contains UTF multibyte chars
      for reference here: https://stackoverflow.com/a/4139684

            Assignee:
            james.stone@mongodb.com James Stone
            Reporter:
            lubo.blagoev@mongodb.com Lubo Blagoev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: