Enregistrer sous...
en format Texte
seulement
(ou Texte seulement avec sauts de ligne
)..doc
" - ou ".odt
"
- .txt
".Content-Type:
application/msword;
" - ou "Content-Type:
application/octet-stream;
"-Content-Type: text/plain;
". <?xml version="1.0"
encoding="iso-8859-1"?>
<html>
<head>
<meta content="text/html;
charset=iso-8859-1" http-equiv="content-type">
....
</head>
Content-Type:
text/plain;
" avec la mention "charset=iso-8859-1;
"..doc
" ne peut être traité que par le logiciel
Microsoft Word, il est donc inutilisable sur une machine où Word n'est
pas installé."Mettre ceci en italiques et ceci en gras !"
on écrira en texte purMettre ceci <i>en italiques</i> et ceci <b>en
gras</b> !
" (HTML)Mettre ceci
{\i en italiques} et ceci {\b en gras} !
"
(RTF)Mettre ceci
\emph{en italiques} et ceci \textbf{en
gras} !
"
(LaTeX)..docx
" où le document "avec
mise en forme"Many
computer programs came to rely on this distinction between seven-bit text
and eight-bit binary data, and would not function
properly
if non-ASCII characters appeared in data that was expected to include
only ASCII text.
For example, the value of the eighth bit might not be preserved,
or the program might interpret a byte value above 127 as a flag telling
it to perform some function.
\u
",é
= \u233
, à
= \u224
, etc.é
= é
, à
= à
, etc. (liste complète)\
', par exemple é
= \'e
, à
= \`a
, etc. <head>
par une balise ainsi conçue :<meta content="text/html; charset=le-codage-employé"
http-equiv="content-type">
dont nous expliquerons la composition au cours
n°3.<?xml version='1.0', encoding = le-codage-employé
?>
utf-8
,
pas ASCII !%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
On voit que l'effet de mise en table est produit par l'interprétation que le navigateur donne de la structure
<table style="width: 100%; text-align: left;" border="2" cellpadding="2" cellspacing="2">
<tbody><tr>
<td>
<table>
<tbody>
<tr>
<th style="vertical-align: top;">D´c</th>
<th style="vertical-align: top;"> Hex</th>
<th style="vertical-align: top;">Car</th>
</tr>
<tr>
<td style="vertical-align: top;">00</td>
<td style="vertical-align: top;">00</td>
<td style="vertical-align: top;">NUL</td>
</tr>