1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

Defect 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.

This commit is contained in:
David Daoust 2004-08-17 18:21:52 +00:00
parent 6fafa68875
commit d4a6c38061
2 changed files with 0 additions and 2 deletions

View file

@ -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">

View file

@ -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">