From 2a8dfb5caa7201835bdbe8c70bc154f66c66dc81 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Mon, 20 Mar 2006 13:48:33 +0000 Subject: [PATCH] Added explanatory note about encodings in imported files. --- lang/en_utf8/help/quiz/import.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lang/en_utf8/help/quiz/import.html b/lang/en_utf8/help/quiz/import.html index ae7481b589..3e09e4a9c2 100644 --- a/lang/en_utf8/help/quiz/import.html +++ b/lang/en_utf8/help/quiz/import.html @@ -3,6 +3,13 @@

This function allows you to import questions from external text files, uploaded through a form.

+

A note about character encodings

+ +

If your file contains non-ascii characters then you must first convert + the file to UTF-8 using your favourite editor or the exporting software + (if the option is available). XML based import formats will be handled + automatically provided you are running PHP 5.

+

A number of file formats are supported:

GIFT format

-- 2.39.5