Re: [patch] fix encoding check

2007-07-24 Thread Jürgen Spitzmüller
Pavel Sanda wrote:
 here is a patch. feel free to change it.

Thanks. I've applied a modified version.

Jürgen


Re: [patch] fix encoding check

2007-07-24 Thread Jürgen Spitzmüller
Pavel Sanda wrote:
> here is a patch. feel free to change it.

Thanks. I've applied a modified version.

Jürgen


Re: [patch] fix encoding check

2007-07-23 Thread José Matos
On Saturday 21 July 2007 06:27:44 Jürgen Spitzmüller wrote:
 This oneline fixes it. OK to commit?

 Jürgen

OK. Both for patch and for documentation.

-- 
José Abílio


Re: [patch] fix encoding check

2007-07-23 Thread Juergen Spitzmueller
José Matos wrote:

 OK. Both for patch and for documentation.

Thanks.
I'll shove it in this evening.

Jürgen



Re: [patch] fix encoding check

2007-07-23 Thread José Matos
On Saturday 21 July 2007 06:27:44 Jürgen Spitzmüller wrote:
> This oneline fixes it. OK to commit?
>
> Jürgen

OK. Both for patch and for documentation.

-- 
José Abílio


Re: [patch] fix encoding check

2007-07-23 Thread Juergen Spitzmueller
José Matos wrote:

> OK. Both for patch and for documentation.

Thanks.
I'll shove it in this evening.

Jürgen



Re: [patch] fix encoding check

2007-07-22 Thread Pavel Sanda
 Good idea. Do you want to have a go? utf8 is the normal unicode encoding 

here is a patch. feel free to change it.
pavel
--- UserGuide.lyx   2007-07-03 12:55:59.0 +0200
+++ UserGuide.lyx   2007-07-22 22:27:18.0 +0200
@@ -23737,6 +23741,62 @@
 \family default
  encoding, which includes the characters required by the various Western
  European languages.
+ 
+\end_layout
+
+\begin_layout Standard
+If you want to use UTF-8 capabilities of LyX, choosing 
+\begin_inset Quotes eld
+\end_inset
+
+ utf8
+\begin_inset Quotes erd
+\end_inset
+
+ encoding is suitable for most purposes.
+ Encodings 
+\begin_inset Quotes eld
+\end_inset
+
+UTF
+\begin_inset Quotes erd
+\end_inset
+
+, 
+\begin_inset Quotes eld
+\end_inset
+
+utf8x
+\begin_inset Quotes erd
+\end_inset
+
+ are designated for CJK support and 
+\begin_inset Quotes eld
+\end_inset
+
+utf8-plain
+\begin_inset Quotes erd
+\end_inset
+
+ is designed for XeTeX, where inputenc package is not used.
+\begin_inset Foot
+status collapsed
+
+\begin_layout Standard
+Consult file 
+\begin_inset Quotes eld
+\end_inset
+
+encodings
+\begin_inset Quotes erd
+\end_inset
+
+ in your lyx installation package for details.
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Subsection


Re: [patch] fix encoding check

2007-07-22 Thread Pavel Sanda
> Good idea. Do you want to have a go? utf8 is the "normal" unicode encoding 

here is a patch. feel free to change it.
pavel
--- UserGuide.lyx   2007-07-03 12:55:59.0 +0200
+++ UserGuide.lyx   2007-07-22 22:27:18.0 +0200
@@ -23737,6 +23741,62 @@
 \family default
  encoding, which includes the characters required by the various Western
  European languages.
+ 
+\end_layout
+
+\begin_layout Standard
+If you want to use UTF-8 capabilities of LyX, choosing 
+\begin_inset Quotes eld
+\end_inset
+
+ utf8
+\begin_inset Quotes erd
+\end_inset
+
+ encoding is suitable for most purposes.
+ Encodings 
+\begin_inset Quotes eld
+\end_inset
+
+UTF
+\begin_inset Quotes erd
+\end_inset
+
+, 
+\begin_inset Quotes eld
+\end_inset
+
+utf8x
+\begin_inset Quotes erd
+\end_inset
+
+ are designated for CJK support and 
+\begin_inset Quotes eld
+\end_inset
+
+utf8-plain
+\begin_inset Quotes erd
+\end_inset
+
+ is designed for XeTeX, where inputenc package is not used.
+\begin_inset Foot
+status collapsed
+
+\begin_layout Standard
+Consult file 
+\begin_inset Quotes eld
+\end_inset
+
+encodings
+\begin_inset Quotes erd
+\end_inset
+
+ in your lyx installation package for details.
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Subsection


Re: [patch] fix encoding check

2007-07-21 Thread Pavel Sanda
 A user informed me that utf8-plain (for XeTeX) doesn't work because \inputenc 
 is called (which is exactly what utf8-plain shouldn't do).

btw, my list of encodings includes : utf8,UTF8,utf8x,utf8-plain.
i think that normal user (including me) has no idea which one
should be choosed. what about to document is somewhere ?

pavel


Re: [patch] fix encoding check

2007-07-21 Thread Jürgen Spitzmüller
Pavel Sanda wrote:
 btw, my list of encodings includes : utf8,UTF8,utf8x,utf8-plain.
 i think that normal user (including me) has no idea which one
 should be choosed. what about to document is somewhere ?

Good idea. Do you want to have a go? utf8 is the normal unicode encoding 
suitable for most (non-cjk) purposes; for the others, you'll find 
explanations in the file lib/encodings.

Jürgen


Re: [patch] fix encoding check

2007-07-21 Thread Pavel Sanda
> A user informed me that utf8-plain (for XeTeX) doesn't work because \inputenc 
> is called (which is exactly what utf8-plain shouldn't do).

btw, my list of encodings includes : utf8,UTF8,utf8x,utf8-plain.
i think that normal user (including me) has no idea which one
should be choosed. what about to document is somewhere ?

pavel


Re: [patch] fix encoding check

2007-07-21 Thread Jürgen Spitzmüller
Pavel Sanda wrote:
> btw, my list of encodings includes : utf8,UTF8,utf8x,utf8-plain.
> i think that normal user (including me) has no idea which one
> should be choosed. what about to document is somewhere ?

Good idea. Do you want to have a go? utf8 is the "normal" unicode encoding 
suitable for most (non-cjk) purposes; for the others, you'll find 
explanations in the file lib/encodings.

Jürgen