Replace 's

main2
Bob Mottram 2019-10-31 22:56:54 +00:00
parent 3756fbd96a
commit 273a8cd358
1 changed files with 2 additions and 0 deletions

View File

@ -484,6 +484,8 @@ def createPostBase(baseDir: str,nickname: str, domain: str, port: int, \
nickname,domain,content, \
mentionedRecipients, \
hashtagsDict,True)
# replace 's
content=content.replace("\ufffd\ufffd\ufffds","'s")
statusNumber,published = getStatusNumber()
postTo='https://www.w3.org/ns/activitystreams#Public'