Commit fc70f1ae authored by claes's avatar claes

isolatin charset

parent e2764b98
......@@ -10,6 +10,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Proview</title>
</head>
......
......@@ -10,6 +10,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Proview</title>
</head>
......
......@@ -11,6 +11,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Object Reference Manual</title>
</head>
......
......@@ -12,6 +12,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Programmer's Reference Manual</title>
</head>
......
......@@ -10,6 +10,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Proview</title>
</head>
......
......@@ -11,6 +11,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Quick Guide</title>
</head>
......
......@@ -10,6 +10,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Proview</title>
</head>
......
......@@ -10,6 +10,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Proview</title>
</head>
......
......@@ -11,6 +11,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Objekthandbok</title>
</head>
......
......@@ -10,6 +10,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Proview</title>
</head>
......
/*
* Proview $Id: cnv_wbltohtml.cpp,v 1.12 2005-12-13 15:10:42 claes Exp $
* Proview $Id: cnv_wbltohtml.cpp,v 1.13 2007-05-24 14:51:19 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -74,6 +74,7 @@ int CnvWblToHtml::init( char *first)
"<!-- Generated by co_convert " << timestr << " -->" << endl <<
"<HTML>" << endl <<
"<HEAD>" << endl <<
"<META http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">" << endl <<
"<TITLE>" << endl <<
"Class Menu" << endl <<
"</TITLE>" << endl <<
......@@ -132,6 +133,7 @@ int CnvWblToHtml::init( char *first)
"<!-- Generated by co_convert " << timestr << " -->" << endl <<
"<HTML>" << endl <<
"<HEAD>" << endl <<
"<META http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">" << endl <<
"<TITLE>" << endl <<
"Groups" << endl <<
"</TITLE>" << endl <<
......@@ -192,6 +194,7 @@ int CnvWblToHtml::init( char *first)
"<!-- Generated by co_convert " << timestr << " -->" << endl <<
"<HTML>" << endl <<
"<HEAD>" << endl <<
"<META http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">" << endl <<
"<TITLE>" << endl <<
"All Classes" << endl <<
"</TITLE>" << endl <<
......@@ -231,6 +234,7 @@ int CnvWblToHtml::init( char *first)
"<!-- Generated by co_convert " << timestr << " -->" << endl <<
"<HTML>" << endl <<
"<HEAD>" << endl <<
"<META http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">" << endl <<
"<TITLE>" << endl <<
"Group Menu" << endl <<
"</TITLE>" << endl <<
......@@ -284,6 +288,7 @@ int CnvWblToHtml::init( char *first)
"<!-- Generated by co_convert " << timestr << " -->" << endl <<
"<HTML>" << endl <<
"<HEAD>" << endl <<
"<META http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">" << endl <<
"<TITLE>" << endl <<
ctx->setup->groups[i] << endl <<
"</TITLE>" << endl <<
......@@ -507,6 +512,7 @@ int CnvWblToHtml::class_exec()
"<!-- Generated by co_convert " << timestr << " -->" << endl <<
"<HTML>" << endl <<
"<HEAD>" << endl <<
"<META http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">" << endl <<
"<TITLE>" << endl <<
" Class " << full_class_name << endl <<
"</TITLE>" << endl <<
......@@ -1133,6 +1139,7 @@ int CnvWblToHtml::typedef_exec()
"<!-- Generated by pwr_cnv-->" << endl <<
"<HTML>" << endl <<
"<HEAD>" << endl <<
"<META http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">" << endl <<
"<TITLE>" << endl <<
": Type " << full_class_name << endl <<
"</TITLE>" << endl <<
......
/*
* Proview $Id: cnv_xtthelptohtml.cpp,v 1.3 2005-09-01 14:57:47 claes Exp $
* Proview $Id: cnv_xtthelptohtml.cpp,v 1.4 2007-05-24 14:51:19 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -114,6 +114,7 @@ void *CnvXtthelpToHtml::insert( navh_eItemType item_type, char *text1,
"<!--NewPage-->" << endl <<
"<HTML>" << endl <<
"<HEAD>" << endl <<
"<META http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">" << endl <<
"<!-- Generated by co_convert.-->" << endl <<
"<TITLE>" << endl <<
"Generated Documentation (Untitled)" << endl <<
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment