From 157ce6642f6267f45160786ce566f8c33316509e Mon Sep 17 00:00:00 2001 From: Tim Gerundt Date: Sun, 8 Jan 2006 22:05:16 +0000 Subject: [PATCH] Add "setCharset('UTF-8')" to file instructions.php --- Web/developer/l10n/instructions.php | 1 + Web/readme.txt | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Web/developer/l10n/instructions.php b/Web/developer/l10n/instructions.php index 109b3c1f8..f56ff183e 100644 --- a/Web/developer/l10n/instructions.php +++ b/Web/developer/l10n/instructions.php @@ -2,6 +2,7 @@ include('../../page.inc'); $page = new Page; + $page->setCharset('UTF-8'); $page->printHead('WinMerge: Translations instructions', WINMERGE_DEV); ?>

Translations instructions

diff --git a/Web/readme.txt b/Web/readme.txt index 0074612f2..b7048bdc2 100644 --- a/Web/readme.txt +++ b/Web/readme.txt @@ -1,3 +1,7 @@ +2006-01-08 Tim + Add "setCharset('UTF-8')" to file instructions.php + Web\developer\l10n: instructions.php + 2006-01-06 Perry Transcode instructions.php into UTF-8 (example above line 52 was in CP1252) -- 2.11.0