From c0672d8d0b38f552c103497a1304e080f7c4fd44 Mon Sep 17 00:00:00 2001 From: HactarCE <6060305+HactarCE@users.noreply.github.com> Date: Fri, 14 Nov 2025 14:21:42 -0500 Subject: [PATCH] Use ANSI codepage 1252 for RTF T&C --- script/terms/terms.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/terms/terms.json b/script/terms/terms.json index 9be983ba824e1d6b7deccf746e03f5568b1bc3db..67f9f94f8b5d2978b3ef205e52469c4322efae84 100644 --- a/script/terms/terms.json +++ b/script/terms/terms.json @@ -3,7 +3,8 @@ { "lang": "en-US", "type": "rtf", - "file": "terms.rtf" + "file": "terms.rtf", + "encoding": "windows-1252" } ] }