[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-patch] fix for doc 72117
|
Applied to both 2.0.1 and head.
-
Dave
Tanya Wolff/Ottawa/IBM@IBMCA
Sent by: cdt-patch-admin@xxxxxxxxxxx
08/17/2004 02:04 PM
Please respond to
cdt-patch |
|
To
| cdt-patch@xxxxxxxxxxx
|
cc
|
|
Subject
| [cdt-patch] fix for doc 72117 |
|
This patches a doc problem with encoding in some languages. By deleting
the content-language attribute, the Getting Started/Managed build tutorial
title now shows up correctly in Japanese.
To be applied to Head and 2.0.1
Thanks,
Tanya
Index: getting_started/cdt_w_basic.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm,v
retrieving revision 1.8
diff -u -r1.8 cdt_w_basic.htm
--- getting_started/cdt_w_basic.htm 24 Jun 2004 15:23:11 -0000 1.8
+++ getting_started/cdt_w_basic.htm 17 Aug 2004 17:59:44 -0000
@@ -1,7 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
- <meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>C/C++ Development Toolkit (CDT) Managed Make Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
Index: getting_started/cdt_w_standard.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard.htm,v
retrieving revision 1.5
diff -u -r1.5 cdt_w_standard.htm
--- getting_started/cdt_w_standard.htm 24 Jun 2004 15:23:11 -0000 1.5
+++ getting_started/cdt_w_standard.htm 17 Aug 2004 17:59:44 -0000
@@ -1,7 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
- <meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CDT Standard Make Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">