From 33010a2e02b9691e950915ee5486779eab44e73d Mon Sep 17 00:00:00 2001 From: Chad Ferman Date: Tue, 6 Jun 2023 13:28:16 -0500 Subject: added # -*-coding:utf-8-*- to test if this fixes issues with users being unable to have Japanese, Chinese and Korean Characters in email messages --- awx/main/notifications/custom_notification_base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/main/notifications/custom_notification_base.py b/awx/main/notifications/custom_notification_base.py index f3a9e1e3c8..22d04f6511 100644 --- a/awx/main/notifications/custom_notification_base.py +++ b/awx/main/notifications/custom_notification_base.py @@ -1,5 +1,6 @@ # Copyright (c) 2019 Ansible, Inc. # All Rights Reserved. +# -*-coding:utf-8-*- class CustomNotificationBase(object): -- cgit v1.2.3