From 4d5ea6aa0aedd0f98d112f50c023101eed52eb3d Mon Sep 17 00:00:00 2001 From: Bianca Steffes Date: Mon, 17 May 2021 08:16:19 +0200 Subject: [PATCH] =?UTF-8?q?Included=20correct=20unicode=20codes=20for=20?= =?UTF-8?q?=C2=A7=20and=20=C3=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/application/res/PrivacyStatementText.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/health_data_export/src/application/res/PrivacyStatementText.java b/health_data_export/src/application/res/PrivacyStatementText.java index 14c05e2..cda9ce3 100644 --- a/health_data_export/src/application/res/PrivacyStatementText.java +++ b/health_data_export/src/application/res/PrivacyStatementText.java @@ -8,7 +8,7 @@ public class PrivacyStatementText + "Chair of legal informatics\n" + "Saarland University\n" + "Campus C3.1\n" - + "66123 Saarbrücken\n" + + "66123 Saarbr\u00fccken\n" + "Contact person: Prof. Dr.-Ing. Christoph Sorge (lehrstuhl.sorge@uni-saarland.de)"; public static final String introText="The protection of your privacy is of great importance to us. Therefore, we would like to inform you about the specifics regarding the processing of your data."; @@ -26,7 +26,7 @@ public class PrivacyStatementText public static final String headingSec3="3. Lawfulness of processing"; - public static final String contentSec3="The processing is based on Art. 9 (2) j) GDPR in combination with § 23 (1) SaarlDSG. The data will be anonymized in line of § 23 (1) SaarlDSG."; + public static final String contentSec3="The processing is based on Art. 9 (2) j) GDPR in combination with \u00a7 23 (1) SaarlDSG. The data will be anonymized in line of \u00a7 23 (1) SaarlDSG."; public static final String headingSec4="4. Your rights"; @@ -43,7 +43,7 @@ public class PrivacyStatementText + "Postal address:\n" + "Facility Meerwiesertalweg\n" + "Post-office box 15 11 50\n" - + "66041 Saarbrücken\n" + + "66041 Saarbr\u00fccken\n" + "\n" + "Alternatively, you may directly contact Prof. Dr.-Ing. Christoph Sorge (lehrstuhl.sorge@uni-saarland.de).";