You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use comment with non-ANSI characters for attachment, l get comment with incorrect encoding.
Code:
fromatlassianimportConfluenceconfluence=Confluence(
url='http://confluence.host',
username='user',
password='pass')
confluence.attach_content(content='This is a test attachment', name='test.txt', page_id="111111", comment='Тест кодування Test of encoding')
Got comment:
Те�� код�ванн� Test of encoding
Seems like bug in Confluence REST API on version 7.3.4
The text was updated successfully, but these errors were encountered:
gonchik
changed the title
Comment with broken encoding in confluence.attach_file()
Confluence: Comment with broken encoding in confluence.attach_file()
Mar 24, 2025
If I use comment with non-ANSI characters for attachment, l get comment with incorrect encoding.
Code:
Got comment:
Seems like bug in Confluence REST API on version 7.3.4
The text was updated successfully, but these errors were encountered: