Creating pages via API with only the title can result in double dashes in name
Short description of the issue
If you create a page titled: Test: me via the API, it gets named: test--me
Expected behavior
Double dashes should be removed, just like they are when creating a page via the admin GUI.
@ryancramerdesign - I am also seeing --- when entering a title like: "National Academy of Science and Technology - The Philippines" on some servers when creating pages via the "Allow new pages to be created from field?" option for Page references fields with the Page Auto Complete inputfield.
The seems to result from a pageName instead of pageNameTranslate sanitizer, although I am not certain if that is the cause here or not.

I know this is not via the API, but perhaps because of the way pages are created from a Page reference field, it results in this issue as well?