From c0cfbac320a449b5d346528b01f27c3ece7082a1 Mon Sep 17 00:00:00 2001 From: Andreas Lange <andreas@lange.cx> Date: Mon, 2 Oct 2000 16:11:04 +0200 Subject: [PATCH] Spelling Rev: tutorial/tutorial.wmml:1.210 --- tutorial/tutorial.wmml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml index 8868c56479..4cb02243d7 100644 --- a/tutorial/tutorial.wmml +++ b/tutorial/tutorial.wmml @@ -13850,7 +13850,7 @@ intp, multisetp, arrayp, programp, objectp, mappingp, floatp, functionp string string_to_unicode(string <I>s</I>); </man_syntax> <man_description> -Converts a string into an UTF16 compiant byte-stream. +Converts a string into an UTF16 compliant byte-stream. <p> Throws an error if characters not legal in an UTF16 stream are encountered. Valid characters are in the range 0x00000 - 0x10ffff, except for characters @@ -13871,7 +13871,7 @@ string string_to_utf8(string <I>s</I>); string string_to_utf8(string <I>s</I>, int <I>extended</I>); </man_syntax> <man_description> -Converts a string into an UTF8 compilant byte-stream. +Converts a string into an UTF8 compliant byte-stream. <p> Throws an error if characters not valid in an UTF8 stream are encountered. Valid characters are in the range 0x00000000 - 0x7fffffff. -- GitLab