When calling `catalog.GetString("\ ")` on an empty catalog, I receive `" "` as result, the backslash disappears. Is this intended or a bug? If it is a bug, I can look into that and (hopefully) create a PR.
When calling
catalog.GetString("\ ")on an empty catalog, I receive" "as result, the backslash disappears.Is this intended or a bug? If it is a bug, I can look into that and (hopefully) create a PR.