From d91f54d1c68056f3e269c3e50b141d82623ffb3f Mon Sep 17 00:00:00 2001
From: Giorgos Keramidas <keramida@FreeBSD.org>
Date: Fri, 20 Jun 2008 00:42:17 +0000
Subject: [PATCH] Add a note that emphasizes a bit the need for setting up the
 correct locale *before* firing up X11.  Some programs may not display all
 Greek characters correctly in el_GR.ISO8859-7 when the locale is
 misconfigured, i.e. Firefox and other programs do not allow input of accented
 Greek letters.

Submitted by:	manolis
---
 el_GR.ISO8859-7/articles/greek-language-support/article.sgml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/el_GR.ISO8859-7/articles/greek-language-support/article.sgml b/el_GR.ISO8859-7/articles/greek-language-support/article.sgml
index fd74d6d47a..1d76cf6f9a 100644
--- a/el_GR.ISO8859-7/articles/greek-language-support/article.sgml
+++ b/el_GR.ISO8859-7/articles/greek-language-support/article.sgml
@@ -283,6 +283,11 @@ EndSection</programlisting>
 export LC_CTYPE="el_GR.ISO8859-7"
 export LC_COLLATE="el_GR.ISO8859-7"</programlisting>
 
+    <para>���� ���������� �� �������������� �� �, ����������� ������ ��� �����
+      ��� ������ ��������� locale ��� ������� ���. ���� �� ��������� ������
+      ���������� ����������� ��������� �� ������� ���������. ����� ��� �������
+      <link linkend="shell-locale">��������� ��� �� ������� ������</link>.</para>
+
     <para>�� ����� ��� ���������, �� ���������� &xorg; �� ������ �� ��
       ����� <quote>process environment</quote> ��� �� ����������� ��� ��������
       ������.</para>