Aller au menu - Aller au contenu

comment faire afficher un texte en Vietnamien ?

Pour accéder à cette section
Connectez-vous !
connexion_rpx
Page 1 
Auteur Message
1 visiteur sur ce sujet (1 Anonyme)
Page 1 
Hors ligne ikebana # Posté le 26/11/2009 à 20:21:05
Avatar

Pour vous donner une idée de la façon dont s'écrit le Vietnamien, voici une page Wikipédia en vietnamien : http://vi.wikipedia.org/wiki/V%C4%83n_ [...] E1%BB%87t_Nam
Voici donc mon problème, les caractères vietnamiens de mon page Web ne s'affichent pas correctement : comment faire ? Existe-il un codage particulier ?
Hors ligne fragknight # Posté le 26/11/2009 à 20:28:28

Ville : Lorient
Pays : France métropolitaine

Salut, je viens de faire un test en local rapidement.
Si tu travail sur Notepad++, tu dois dans un premier temps changer le format d'encodage.
Pour cela, tu va dans "Format" et tu choisis "Encoder en UTF-8".

Et concernant le "charset"
Code : HTML
1
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">


Voila, j'espère t'avoir aidé. Si tu as des questions, n'hésites pas.

Développeur du portail team-aaa.com et gsp-comparateur.com
 
Hors ligne jmlépanda # Posté le 26/11/2009 à 20:32:01
yop
Avatar

si tu avais regardé le code source de la page que tu as donné, tu aurais vu ça en premières lignes :
Code : HTML
1
2
3
4
5
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="vi" lang="vi" dir="ltr">
<head>
<title>Văn học Việt Nam – Wikipedia tiếng Việt</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Édité le 26/11/2009 à 20:35:35 par jmlépanda

cat /dev/urandom > /dev/dsp & while true; do eject; eject -t; done & xeyes -geometry 1000x1000+100+200
... ou comment rendre dingue un pinguin :) (a risques et périls)
 
Hors ligne ikebana # Posté le 09/02/2010 à 14:41:42
Avatar

Bonjour,

Merci à jmlépanda et fragknight d'avoir essayé de répondre à mon problème.
Je n'ai pas réussi malgré tout à afficher mon texte avec ses accents. J'ai essayé d'abord de faire comme fragknight m'a proposé :dans notepad "Format" puis successivement "convertir en UTF-8, (sans BOM), UCS-2 big Endian, UCS-2 little Endian" aucun n'a permis d'afficher les accents.

Dans un deuxième temps j'ai vérifié, comme le suggérait jmlépanda, le code source et changé en Charset utf-8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
mais rien à faire c'est toujours du charabia qui s'affiche...
pour vous éclairer, le texte en vietnamien a été écrit sur Words avec Vietkey 2007
Désolé pour ce très long laps de temps avant de réagir...
merci encore pour vos suggestions
ikebana
Hors ligne jordan # Posté le 09/02/2010 à 14:43:52
Développeur indépendant
Avatar
Flux RSS

Ville : Couternon
Pays : France métropolitaine
études : Université de Dijon

Bonjour,

Tu testes avec un serveur ?

++
Hors ligne ikebana # Posté le 09/02/2010 à 14:50:51
Avatar

que veux-tu dire "tester avec un serveur" ?
J'ai suivi le cours à la lettre et j'en suis encore à faire des tests avec notepad et navigateur. Tout est sur mon ordi pour l'instant .
Hors ligne jordan # Posté le 09/02/2010 à 14:58:33
Développeur indépendant
Avatar
Flux RSS

Ville : Couternon
Pays : France métropolitaine
études : Université de Dijon

Re,

Tu peux me dire ce qu'il y a dans la barre d'adresse ?

file://C:/wamp/ etc ?

++
Hors ligne ikebana # Posté le 09/02/2010 à 15:16:20
Avatar

voici, rien d'extraordinaire, juste le chemin pour trouver un fichier :C:\Users\katy\Desktop\TCTP-website\essai1.html-notepad++
Hors ligne jordan # Posté le 09/02/2010 à 15:19:01
Développeur indépendant
Avatar
Flux RSS

Ville : Couternon
Pays : France métropolitaine
études : Université de Dijon

Re,

Tu utilises Firefox pour afficher ta page ?

++
Hors ligne ikebana # Posté le 09/02/2010 à 15:21:16
Avatar

oui, ou IE, le résultat est le même, du charabia
Hors ligne jordan # Posté le 09/02/2010 à 15:24:59
Développeur indépendant
Avatar
Flux RSS

Ville : Couternon
Pays : France métropolitaine
études : Université de Dijon

Re,

Sous FF clic droit dans la page > Informations sur la page > Quelle est la valeur de encodage ? Dans méta, quelle est la valeur de content-type ?

++
Édité le 09/02/2010 à 15:30:16 par jordan
Hors ligne ikebana # Posté le 09/02/2010 à 15:27:27
Avatar

content-type : text/html; charset=UTF-8
Hors ligne jordan # Posté le 09/02/2010 à 15:30:03
Développeur indépendant
Avatar
Flux RSS

Ville : Couternon
Pays : France métropolitaine
études : Université de Dijon

Re,

Et pour encodage sous mode de rendu ?

++
Hors ligne ikebana # Posté le 09/02/2010 à 15:36:09
Avatar

mode de respect des standards
Hors ligne jordan # Posté le 09/02/2010 à 15:37:31
Développeur indépendant
Avatar
Flux RSS

Ville : Couternon
Pays : France métropolitaine
études : Université de Dijon

Re,

C'est la valeur de encodage que je veux et non pas mode de rendu ;)

++
Hors ligne ikebana # Posté le 09/02/2010 à 15:43:59
Avatar


voici tout dans l'ordre
adresse URL file:///C:/Users/katy/Desktop/TCTP-website/essai.html
type text/html
mode de rendu Mode de respect des standards
encodage UTF-8
modifiée le mardi 9 février 2010 14:24:14
text/html; charset=UTF-8
Hors ligne jordan # Posté le 09/02/2010 à 15:46:19
Développeur indépendant
Avatar
Flux RSS

Ville : Couternon
Pays : France métropolitaine
études : Université de Dijon

Re,

Dans notepad++, ouvre ton fichier essai.html, Format > Quelle est la valeur sélectionnée ?

++
Hors ligne ikebana # Posté le 09/02/2010 à 15:54:06
Avatar

encoder en UTF-8
Hors ligne jordan # Posté le 09/02/2010 à 15:55:18
Développeur indépendant
Avatar
Flux RSS

Ville : Couternon
Pays : France métropolitaine
études : Université de Dijon

Re,

Encoder en UTF-8 (sans BOM) ?

++
Hors ligne ikebana # Posté le 09/02/2010 à 16:06:39
Avatar

avec ou sans BOM, cela ne change rien
Hors ligne jordan # Posté le 09/02/2010 à 16:09:21
Développeur indépendant
Avatar
Flux RSS

Ville : Couternon
Pays : France métropolitaine
études : Université de Dijon

Re,

Faut mettre sans BOM et donc utiliser Convertir en ut8 (sans BOM).

Et si ça fonctionne page, donne nous le code xhtml de ta page.

++
Hors ligne ikebana # Posté le 09/02/2010 à 16:19:05
Avatar

cela ne marche pas...
voici le code html... Merci, si vous arrivez à trouver le blocage, sinon, merci d'avoir essayé quand même, je reviendrai demain.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="vn" >
<head>
<title>Tr⮠C䮧 T䣠Pha</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<h1><p align="center"><font color="#99ffcc">Di-c?u T?-е?ng</font color="#99ffcc"></h1>

<h2><p align="center"><p class="MsoNormal" style="text-align: center; text-indent: -36pt; margin: 0cm 0cm 0pt 36pt;" align="center"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 22pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">Di-c?u T?-е?ng </span></span></strong></p>
<p class="MsoNormal" style="text-align: center; text-indent: -36pt; margin: 0cm 0cm 0pt 36pt;" align="center"><span style="font-family: &quot;Time New Roman&quot;; font-size: 5pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">&nbsp;</span></span></p>
<p class="MsoNormal" style="text-align: center; text-indent: -36pt; margin: 0cm 0cm 0pt 36pt;" align="center"><span style="font-family: &quot;Time New Roman&quot;; font-size: 16pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">c?a C? Tr?n Thanh пt</span></span></p>
<p class="MsoNormal" style="text-align: center; text-indent: -36pt; margin: 0cm 0cm 0pt 36pt;" align="center"><span style="font-family: &quot;Time New Roman&quot;;"><span style="font-size: small;"><span style="font-family: Times New Roman;">&nbsp;</span></span></span></p>
<p class="MsoNormal" style="text-align: center; text-indent: -36pt; margin: 0cm 0cm 0pt 36pt;" align="center"><span style="font-family: Times New Roman;"><span style="font-family: &quot;Time New Roman&quot;;"><span style="font-size: small;">(B?n van b?ng ch? H&aacute;n ghi tr&ecirc;n b?c b&igrave;nh phong Nh&agrave; Th? n</span></span><span style="font-family: &quot;Time New Roman&quot;; font-size: 10.5pt; mso-bidi-font-size: 12.0pt;">a</span><span style="font-family: &quot;Time New Roman&quot;;"><span style="font-size: small;">m 1944, xem trang 445)</span></span></span></p>
<p class="MsoNormal" style="text-align: center; text-indent: -36pt; margin: 0cm 0cm 0pt 36pt;" align="center"><span style="font-family: &quot;Time New Roman&quot;; font-size: 20pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">&nbsp;</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: Times New Roman;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 22pt; mso-bidi-font-size: 12.0pt; mso-text-raise: -3.0pt;">T</span><span style="font-family: &quot;Time New Roman&quot;; font-size: 10.5pt; mso-bidi-font-size: 12.0pt; mso-text-raise: -3.0pt;">hu?ng nghe :</span><span style="font-family: &quot;Time New Roman&quot;; mso-text-raise: -3.0pt;"><span style="font-size: small;"> </span></span><span style="font-family: &quot;Time New Roman&quot;; font-size: 11pt; mso-bidi-font-size: 12.0pt; mso-text-raise: -3.0pt;">"</span><strong style="mso-bidi-font-weight: normal;"><em style="mso-bidi-font-style: normal;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 15pt; mso-bidi-font-size: 12.0pt; mso-text-raise: -3.0pt;">A</span></em></strong><strong style="mso-bidi-font-weight: normal;"><em style="mso-bidi-font-style: normal;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 11pt; mso-bidi-font-size: 12.0pt; mso-text-raise: -3.0pt;">n tr&aacute;i nh? c?i</span></em></strong><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 11pt; mso-bidi-font-size: 12.0pt; mso-text-raise: -3.0pt;">, </span></strong><strong style="mso-bidi-font-weight: normal;"><em style="mso-bidi-font-style: normal;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 15pt; mso-bidi-font-size: 12.0pt; mso-text-raise: -3.0pt;">U</span></em></strong><strong style="mso-bidi-font-weight: normal;"><em style="mso-bidi-font-style: normal;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 11pt; mso-bidi-font-size: 12.0pt; mso-text-raise: -3.0pt;">?ng nu?c nh? ngu?n</span></em></strong><strong style="mso-bidi-font-weight: normal;"><em style="mso-bidi-font-style: normal;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 4pt; mso-bidi-font-size: 12.0pt; mso-text-raise: -3.0pt;"> </span></em></strong><span style="font-family: &quot;Time New Roman&quot;; font-size: 11pt; mso-bidi-font-size: 12.0pt; mso-text-raise: -3.0pt;">"</span><span style="font-family: &quot;Time New Roman&quot;; font-size: 10.5pt; mso-bidi-font-size: 12.0pt; mso-text-raise: -3.0pt;">, t&iacute;nh ni?m &acirc;n, ni?m d?c,</span><span style="font-family: &quot;Time New Roman&quot;; font-size: 10.5pt; mso-bidi-font-size: 12.0pt;"> c?a con ngu?i d?i v?i s? vi?c l&agrave; m?t t&acirc;m t&iacute;nh c&oacute; s?n, hu?ng d?i v?i nh?ng d?ng sanh th&agrave;nh t?o ho&aacute; ra th&acirc;n ch&uacute;ng ta, ra th&acirc;n sinh ch&uacute;ng ta c&ugrave;ng c&aacute;c t? kh?o nh?ng d?i tr&ecirc;n n?a, th?i t?m l&ograve;ng ni?m &acirc;n ni?m d?c c?a ch&uacute;ng ta l? ph?i thi?t tha nhi?t li?t l&agrave; du?ng n&agrave;o.</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 8pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">&nbsp;</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: Times New Roman;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 10.5pt; mso-bidi-font-size: 12.0pt;">Ch&uacute;ng ta c&oacute; c&aacute;i th&acirc;n m?y thu?c n&agrave;y, d?i l?y c&aacute;i t&ecirc;n Tr?n-C&ocirc;ng hay Tr?n-Th? n&agrave;y, h&aacute; ch?ng ph?i nh? m?t gi?t huy?t c?a li?t t? t? ta di truy?n xu?ng cho.<span style="mso-spacerun: yes;">&nbsp; </span>Hu?ng n?a c&ocirc;ng danh s? nghi?p l?n nh? th? n&agrave;o h&aacute; ch?ng nh? n?n ph&uacute;c ?m d?p x&acirc;y t? tru?c</span><span style="font-family: &quot;Time New Roman&quot;; font-size: 5pt; mso-bidi-font-size: 12.0pt;"> </span><span style="font-family: &quot;Time New Roman&quot;; font-size: 10.5pt; mso-bidi-font-size: 12.0pt;">?</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 8pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">&nbsp;</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 10.5pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">H? ta t? d?i So-T? h&agrave;n vi, linh l?c, d&atilde; tr?i bi?t bao gian nan kh&oacute; nh?c trong m?y th? d?i m?i d?n d?n g&acirc;y d?ng n&ecirc;n m?t co nghi?p hung th?nh nhu c?nh tu?ng ng&agrave;y nay.<span style="mso-spacerun: yes;">&nbsp; </span>Truy ni?m c&ocirc;ng d?c c?a li?t t? d&atilde; ghi ch&eacute;p trong T?c-ph? nh&agrave; ta, ch&uacute;ng ta nh?n th?y c&aacute;c c? t? gia ph?ng ti&ecirc;n, ch? noi theo m?t d?o hi?u, d?, ho&agrave;, m?c, m&agrave; g&acirc;y d?ng th&agrave;nh n?n t?ng m?t gia t?c v? vang c&oacute; ch? d? ch?nh d?n, c&oacute; quy t?c r?ch r&ograve;i.</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 8pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">&nbsp;</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 10.5pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">C? T?ng-t? ta l?p nh&agrave; th? t?i V?n-Xu&acirc;n, tr&iacute; t?-di?n t?i Ti&ecirc;n-N?n, quy lang m? t?i Ch&acirc;u-Ch?, d?t ru?ng ch?p giao cho l&agrave;ng s? t?i lo vi?c tinh t?o v&agrave; s?m sinh ph?m h&agrave;o so?n m?i l? Thanh-Minh, v.v...</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 8pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">&nbsp;</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 10.5pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">C? t? th? trong n?a th? k? nh&agrave; th? V?n-Xu&acirc;n r?i ph?i b&aacute;n di, v&agrave;i muoi nam sau C? Th&uacute;c-D? l&agrave; ch&aacute;u n?i C? l?p l?i nh&agrave; th? t?i Ti&ecirc;n-N?n, v&agrave; c&uacute;ng th&ecirc;m ru?ng t?, v&igrave; l&uacute;c b?y gi? t?ng-t&ocirc;n-tru?ng l&agrave; C&ocirc;ng-H&acirc;n l&agrave;m ngh? ru?ng ? t?i l&agrave;ng.</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 8pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">&nbsp;</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 10.5pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">Ng&agrave;y nay ta du?c th?a k? m?t th? nghi?p trang nghi&ecirc;m nhu th?, hu?ng th? nh?ng c&ocirc;ng d?c vi&ecirc;n m&atilde;n nhu kia, h&aacute; kh&ocirc;ng bi?t noi guong ti?n d?i m&agrave; lo t&ocirc; b?i vun qu&eacute;n n?n g?c H? Tr?n cho du?c ki&ecirc;n c? th?nh m?u th&ecirc;m, tru?c l&agrave; b&aacute;o d?c d?n on v?i l?ch d?i t? ti&ecirc;n, sau l&agrave; k?t ch?t m?i t&igrave;nh c?t nh?c gi?a h? h&agrave;ng con ch&aacute;u.</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 8pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">&nbsp;</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 10.5pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">Th&aacute;ng tu nam Qu&yacute;-M&ugrave;i 1943, H?i-пng пi-bi?u ba ph&ograve;ng d&atilde; x&eacute;t th?y vi?c th? vi?c h?, c&oacute; m?y kho?ng c?n ph?i s?a sang ch?nh d?n cho h?p v?i t&igrave;nh th? hi?n th?i, m?t l&agrave; nh&agrave; th? hu<span style="mso-spacerun: yes;">&nbsp; </span>n&aacute;t c?n ph?i tu b? l?i, hai l&agrave; ngu?i ch?-t? kh&ocirc;ng c&ograve;n ? t?i l&agrave;ng nhu tru?c n?a, th?i nh&agrave; th? n&ecirc;n di c?u l&ecirc;n v&ugrave;ng Nam-Giao cho con ch&aacute;u du?c t?i lui g?n g?i san s&oacute;c thu?n ti?n, ba l&agrave; s?a vi?c th? t? l?i cho du?c c?ng d?ng chu t?t, b?n l&agrave; nghi so?n di?u l? v? vi?c h? d? cho c&oacute; quy d?nh v? sau.</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 8pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">&nbsp;</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 10.5pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">Vi?c s?a sang c?i c&aacute;ch ?y l&agrave; m?t c&ocirc;ng tr&igrave;nh to l?n ph&iacute; t?n tr&ecirc;n 5.000 d?ng.<span style="mso-spacerun: yes;">&nbsp; </span>L&uacute;c m?i tr&ugrave; d?nh qua &ocirc;ng B&aacute;-Cung, &ocirc;ng C&ocirc;ng-Щ?n, t&ocirc;i v&agrave; &ocirc;ng C&ocirc;ng-D?c d?u l?y l&agrave;m lo, song sau khi t? th&ocirc;ng c&aacute;o c?a пi-bi?u ba ph&ograve;ng g?i di k&ecirc;u g?i t?m l&ograve;ng hi?u h?u c?a b&agrave; con con ch&aacute;u, th?i ai n?y d?u hang h&aacute;i l?c t&ugrave;ng, ngu?i ngh&egrave;o cung h?t l&ograve;ng nhu ngu?i c&oacute;, b&ecirc;n ngo?i cung nhu b&ecirc;n n?i, s? ti?n c&uacute;ng d&atilde; qu&aacute; s? d? d?nh.</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 8pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">&nbsp;</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 10.5pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">Th?y c&aacute;i nhi?t t&acirc;m c?a b&agrave; con con ch&aacute;u d?i v?i vi?c ph?ng s? t? ti&ecirc;n nhu th?, thi?t r?t d&aacute;ng m?ng: ch? nghia gia t?c nh&agrave; ta v?n ki&ecirc;n c? nhu cu, d?o d?c lu&acirc;n l&yacute; c?a &ocirc;ng cha ta kh&ocirc;ng ph?i l&agrave; hu van.</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 8pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">&nbsp;</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 10.5pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">T&ocirc;i, C&ocirc;ng-To?i Thanh-пt, ch?ng c&oacute; g&igrave; ngo&agrave;i m?t s? b?c &iacute;t ?i, xin c&uacute;ng th&ecirc;m hai ng&agrave;n thu?c vu&ocirc;ng d?t t?i d?i Qu?ng-T? (Duong-Xu&acirc;n) d? l?y ch? d?t n?n nh&agrave; th? v&agrave; s?a th&agrave;nh c&aacute;i vu?n nho nh? cho c&oacute; m?t &iacute;t c&acirc;y c?i c? hoa, d? th? c&aacute;i vu?n c?a c? Th&uacute;c-D? c&uacute;ng ng&agrave;y xua v&agrave; g?i l&agrave; t&aacute;n tr? t?m l&ograve;ng nhi?t t&igrave;nh c?a &ocirc;ng C&ocirc;ng-Щ?n lo l?ng vi?c h? ng&agrave;y nay.</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 8pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">&nbsp;</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 10.5pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">&Ocirc;i ! пi Qu?ng-T? chua ch?c d&atilde; l&agrave; s&ugrave;ng son th?ng d?a, nh&agrave; th? H? kh&ocirc;ng c?n ph?i tr&aacute;ng l? nguy nga, s? v?ng c?a t?c nhon ta l&agrave; t?i noi t&igrave;nh tuong th&acirc;n tuong &aacute;i d&oacute; th&ocirc;i.<span style="mso-spacerun: yes;">&nbsp; </span>Nguy?n con ch&aacute;u ng&agrave;y sau h&atilde;y b?i du?ng l?y tinh th?n ?y cho ng&agrave;y th&ecirc;m b?n v?ng, th?i d?i Qu?ng-T? kh&ocirc;ng s&ugrave;ng son cung l&agrave; th?ng d?a, nh&agrave; T?-е?ng kh&ocirc;ng tr&aacute;ng l? cung d? nguy nga.<span style="mso-spacerun: yes;">&nbsp; </span>V? l?i v&ugrave;ng Qu?ng-T? n?m noi t?ch m?ch cao r&aacute;o, d&acirc;y l&agrave; mi?t n&uacute;i, x&oacute;m ch&ugrave;a, h?p v?i noi th? t?, l&ecirc;n Ch&acirc;u-Ch? cung g?n, m&agrave; v? Ti&ecirc;n-N?n cung kh&ocirc;ng xa l?m, hu?ng nay c? ba ph&ograve;ng con ch&aacute;u d?u c&oacute; nh&agrave; vu?n ? g?n, t?i lui h&ocirc;m s?m, vui t? c&oacute; nhau, t?c ngh? l&acirc;n t&igrave;nh, c&agrave;ng th&ecirc;m d?m ?m.<span style="mso-spacerun: yes;">&nbsp; </span>V&agrave; r?i d&acirc;y b&agrave; con con ch&aacute;u h?n c&ograve;n l?m k? mu?n r? nhau qu&acirc;y qu?n trong l?i x&oacute;m, th?i c?nh tu?ng th?nh vinh c?a H? Tr?n ng&agrave;y xua t?ng th?y ? V?n-Xu&acirc;n ?t s? du?c th?y l?i ? Duong-Xu&acirc;n v?y. </span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 11pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">&nbsp;</span></span></p>
<p class="MsoNormal" style="text-align: justify; text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 10.5pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;"><span style="mso-spacerun: yes;">&nbsp;</span>L&uacute;c b?y gi?, v&ugrave;ng Qu?ng-T? Nam-Giao s? ho&aacute; th&agrave;nh c&aacute;i Tr?n-Gia-Trang vui v? t?t d?p nhu trong &yacute; tu?ng c?a t&ocirc;i chang, duy c?u Ti&ecirc;n-Linh th&ugrave;y l&acirc;n gia h?.</span></span></p>
<p class="MsoNormal" style="text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 11pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">&nbsp;</span></span></p>
<p class="MsoNormal" style="text-indent: 42.55pt; margin: 0cm 0cm 0pt;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 11pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">&nbsp;</span></span></p>
<p class="MsoNormal" style="text-align: center; text-indent: 184.3pt; margin: 0cm 7.05pt 0pt 0cm;" align="center"><span style="font-family: &quot;Time New Roman&quot;; font-size: 11pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">Ng&agrave;y 16 th&aacute;ng Tu nam Gi&aacute;p Th&acirc;n</span></span></p>
<p class="MsoNormal" style="text-align: center; text-indent: 184.3pt; margin: 0cm 7.05pt 0pt 0cm;" align="center"><span style="font-family: &quot;Time New Roman&quot;; font-size: 11pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">Ho&agrave;ng-hi?u B?o-пi th? 19 </span></span></p>
<p class="MsoNormal" style="text-align: center; text-indent: 184.3pt; margin: 0cm 7.05pt 0pt 0cm;" align="center"><span style="font-family: &quot;Time New Roman&quot;; font-size: 11pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">T?c ng&agrave;y 08/05/1944</span></span></p>
<p class="MsoNormal" style="text-align: center; text-indent: 184.3pt; margin: 0cm 7.05pt 0pt 0cm;" align="center"><span style="font-family: &quot;Time New Roman&quot;; font-size: 11pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">&nbsp;</span></span></p>
<p class="MsoNormal" style="text-align: center; text-indent: 184.3pt; margin: 0cm 7.05pt 0pt 0cm;" align="center"><span style="font-family: &quot;Time New Roman&quot;; font-size: 11pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">&nbsp;</span></span></p>
<p class="MsoNormal" style="text-align: center; text-indent: 184.3pt; margin: 0cm 7.05pt 0pt 0cm;" align="center"><span style="font-family: &quot;Time New Roman&quot;; font-size: 11pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">Nghia-Ph&ograve;ng T?ng-T&ocirc;n</span></span></p>
<p class="MsoNormal" style="text-align: center; text-indent: 184.3pt; margin: 0cm 7.05pt 0pt 0cm;" align="center"><span style="font-family: &quot;Time New Roman&quot;;"><span style="font-size: small;"><span style="font-family: Times New Roman;">&nbsp;</span></span></span></p>
<p class="MsoNormal" style="text-align: center; text-indent: 184.3pt; margin: 0cm 7.05pt 0pt 0cm;" align="center"><span style="font-family: &quot;Time New Roman&quot;;"><span style="font-size: small;"><span style="font-family: Times New Roman;">&nbsp;</span></span></span></p>
<p class="MsoNormal" style="text-align: center; text-indent: 184.3pt; margin: 0cm 7.05pt 0pt 0cm;" align="center"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 15pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">Gi&aacute;o-D?c-B? Thu?ng-Thu</span></span></strong></p>
<p class="MsoNormal" style="text-align: center; text-indent: 184.3pt; margin: 0cm 7.05pt 0pt 0cm;" align="center"><span style="font-family: Times New Roman;"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 15pt; mso-bidi-font-size: 12.0pt;">Co-M?t-Vi?n пi-Th?n</span></strong><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 14pt; mso-bidi-font-size: 12.0pt;"></span></strong></span></p>
<p class="MsoNormal" style="text-align: center; text-indent: 184.3pt; margin: 0cm 7.05pt 0pt 0cm;" align="center"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 8pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">&nbsp;</span></span></strong></p>
<p class="MsoNormal" style="text-align: center; text-indent: 184.3pt; margin: 0cm 7.05pt 0pt 0cm;" align="center"><span style="font-family: Times New Roman;"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Time New Roman&quot;; font-size: 13pt; mso-bidi-font-size: 12.0pt;">TR?N THANH пT</span></strong><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Time New Roman&quot;;"></span></strong></span></p>
<p class="MsoNormal" style="text-align: center; text-indent: 184.3pt; margin: 0cm 7.05pt 0pt 0cm;" align="center"><span style="font-family: &quot;Time New Roman&quot;; font-size: 13pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">b&aacute;i k&yacute;</span></span></p>
<p class="MsoNormal" style="text-align: center; text-indent: 205.55pt; margin: 0cm 0cm 0pt;" align="center"><span style="font-family: &quot;Time New Roman&quot;; font-size: 13pt; mso-bidi-font-size: 12.0pt;"><span style="font-family: Times New Roman;">&nbsp;</span></span></p>
</body>
</html>
Hors ligne Tortukitu # Posté le 09/02/2010 à 16:23:33

Huhu, utilise le zCode Html s'il te plait. ( C'est mieux avec des couleurs .. nan ? )

Comme cela :

Code : HTML
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" > 
   <head> 
       <title></title> 
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
	   <link rel="stylesheet" media="screen" type="text/css" title="Design" href="design.css" /> 
   </head> 
   <body> 
 
   </body> 
</html>



Cordialement, Lpg9nw.
Édité le 09/02/2010 à 16:27:14 par Tortukitu

Image utilisateur
 
Hors ligne jordan # Posté le 09/02/2010 à 16:24:38
Développeur indépendant
Avatar
Flux RSS

Ville : Couternon
Pays : France métropolitaine
études : Université de Dijon

Re,

Code : HTML
1
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="vi" lang="vi" dir="ltr">


Et non pas vn, et lang est important.

++
Hors ligne ikebana # Posté le 09/02/2010 à 16:54:40
Avatar

merci à Jordan de se creuser la tête !!!
mais même en changeant lang"vi" etc... cela s'affiche toujours en charabia
Hors ligne fragknight # Posté le 09/02/2010 à 19:22:10

Ville : Lorient
Pays : France métropolitaine

Salut, dans le code qui tu as fournis, les caractères en question n'apparaissent pas, donc impossible pour ma part de tester :x

Développeur du portail team-aaa.com et gsp-comparateur.com
 
Hors ligne X.Lewandowski # Posté le 09/02/2010 à 19:30:42
Pizza Hut
Avatar

Ville : Strasbourg
Pays : France métropolitaine

De plus, il faut que ton fichier soit encodé en UTF8 ;)

Vous recherchez une idée jeu ? Vous savez programmer en ActionScript ?
N'attendez plus, faite un jeu du style Tower Defense (google search).
Vous l'avez finit ? Envoyé moi un MP, j'ai hâte d'y jouer !
 
Hors ligne ikebana # Posté le 10/02/2010 à 20:58:28
Avatar

pour répondre à fragknight voici le début de text en word , titres et premier paragraphe
Di-cấu Từ-Đường

của Cụ Trần Thanh Đạt

(Bản văn bằng chữ Hán ghi trên bức bình phong Nhà Thờ năm 1944, xem trang 445)

Thường nghe : "Ăn trái nhớ cội, Uống nước nhớ nguồn ", tính niệm ân, niệm đức, của con người đối với sự việc là một tâm tính có sẵn, huống đối với những đấng sanh thành tạo hoá ra thân chúng ta, ra thân sinh chúng ta cùng các tổ khảo những đời trên nữa, thời tấm lòng niệm ân niệm đức của chúng ta lẽ phải thiết tha nhiệt liệt là dường nào.

Retour au forum "XHTML / CSS" ou à la liste des forums

Pour accéder à cette section
Connectez-vous !
connexion_rpx