diff --git a/samples/html/test/test.htm b/samples/html/test/test.htm index 8fcbdf971e..3ed975e157 100644 --- a/samples/html/test/test.htm +++ b/samples/html/test/test.htm @@ -16,6 +16,8 @@ i18n demo 2 (cp1250)
+Agrave = 'à' +
This is - - default text, now switching to
center, now still ctr, now exiting
// This is sample C++ code:
-void main(int argc, char *argv[])
+void main(int argc, char *argv[])
{
- printf("Go away, man!\n");
+ printf("Go away, man!\n");
i = 666;
printf("\n\n\nCRASH\n DOWN NOW. . . \n");
}