]> git.sesse.net Git - vlc/commitdiff
Use the "charset" variable
authorAntoine Cellerier <dionoea@videolan.org>
Fri, 24 Mar 2006 14:17:28 +0000 (14:17 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Fri, 24 Mar 2006 14:17:28 +0000 (14:17 +0000)
share/http/index.html
share/http/mosaic.html
share/http/requests/browse.xml
share/http/requests/playlist.xml
share/http/requests/status.xml
share/http/requests/vlm.xml
share/http/requests/vlm_cmd.xml
share/http/vlm.html

index dda789dd2a1ea68c0d8c2a087a9000127b711f52..c57af58e71e4f4c4779343317b79e1cbde55310a 100644 (file)
@@ -28,7 +28,7 @@
 <head>
 
   <title>VLC media player - Web Interface</title>
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+  <meta http-equiv="Content-Type" content="text/html; charset=<vlc id="value" param1="charset"/>" />
   <link href="style.css" rel="stylesheet" type="text/css" />
   <!--[if IE ]>
   <link href="iehacks.css" rel="stylesheet" type="text/css" />
index 39a8aa69977d52358cd9656d5605a3130a41461f..abdf0cdffc98918748038c37cd27f27769423e10 100644 (file)
@@ -28,7 +28,7 @@
 <head>
 
   <title>VLC media player - Web Interface - Mosaic Wizard</title>
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+  <meta http-equiv="Content-Type" content="text/html; charset=<vlc id="value" param1="charset"/>" />
   <link href="style.css" rel="stylesheet" type="text/css" />
   <script type="text/javascript" src="js/functions.js"></script>
   <script type="text/javascript" src="js/vlm.js"></script>
index 03470ac83b0048c88828c1b402df29e479d96923..3202557d5fe21a9a8c5dd29eac88661cda4ece4f 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<?xml version="1.0" encoding="<vlc id="value" param1="charset"/>" standalone="yes" ?>
 <vlc id="if" param1="0"/>
 <!--  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
 <  status.xml: VLC media player web interface
index debe40009653db394fc8e23a6bf3c7a8e049e4d3..d51fcd11e058f47087d3146be17103a249d27bb6 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<?xml version="1.0" encoding="<vlc id="value" param1="charset"/>" standalone="yes" ?>
 <vlc id="if" param1="0"/>
 <!--  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
 <  playlist.xml: VLC media player web interface
index 2bfce4cb9b44127a32e045b772e060396bd7682c..eabc059ff3dcc8dcad948db1df303c74438a1706 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<?xml version="1.0" encoding="<vlc id="value" param1="charset"/>" standalone="yes" ?>
 <vlc id="if" param1="0"/>
 <!--  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
 <  status.xml: VLC media player web interface
index 16a819a971a9f77c4876e4cd0d643b6c45fb1fb0..d89bb5f2c950bfae1c187995e98fa93d2538029a 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<?xml version="1.0" encoding="<vlc id="value" param1="charset"/>" standalone="yes" ?>
 <vlc id="if" param1="0"/>
 <!--  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
 <  vlm.xml: VLC media player web interface
index 080ff91581bc3e1ea549b1a750440317e2aa40c2..4ade0c43ae2e732597d2137b175a2879fe1939b0 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<?xml version="1.0" encoding="<vlc id="value" param1="charset"/>" standalone="yes" ?>
 <vlc id="if" param1="0"/>
 <!--  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
 <  vlm_cmd.xml: VLC media player web interface
index 144e44ef915e405f840e23b3ec04ba46ae7c039b..6688372992280e92cc2a6f732889de5d4901ec0f 100644 (file)
@@ -28,7 +28,7 @@
 <head>
 
   <title>VLC media player - Web Interface - VLM</title>
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+  <meta http-equiv="Content-Type" content="text/html; charset=<vlc id="value" param1="charset"/>" />
   <link href="style.css" rel="stylesheet" type="text/css" />
   <script type="text/javascript" src="js/functions.js"></script>
   <script type="text/javascript" src="js/vlm.js"></script>