José Matos wrote:
> --- RELEASE-NOTES     (revision 19114)
> +++ RELEASE-NOTES     (working copy)
> @@ -19,13 +19,13 @@
>  using the local encodings. LyX-1.5 now assumes that all layout files are
>  UTF-8 encoded. This means that non-ASCII style names are still allowed
>  but they nust be valid UTF-8 strings. One way of doing the conversion

nust?


> -is to use iconv. Using bash, the script below should work:
> -
> -cd /path/to/layouts
> -for l in *
> -do
> -  cp $l tmp.txt
> -  iconv -f latin1 -t utf8 tmp.txt -o $l
> +is to use iconv. Using bash, the script below should work:
> +
> +cd /path/to/layouts
> +for l in *
> +do
> +  cp $l tmp.txt
> +  iconv -f latin1 -t utf8 tmp.txt -o $l
>  done
>  rm tmp.txt
>  
> @@ -35,7 +35,17 @@
>  same document, the cursor position is sometimes not correctly restored
>  when you switch from one view to the other.
>  
> +- Reverting 1.5 LyX documents to previous versions
>  
> +Since unicode is supported in version 1.5 the dowgrade option to 1.4

downgrade

> +and 1.3 lyx documents may be lossy. In those cases where no meaningful
> +convertion was possible the characters will be replaced by a
> +placeholder ???.
> +
> +We have done our best effort to make the transition the smoothest
> +possible, if problems remain please report them to the users mailing
> +list.
> +
>  Note: There may later be an updated list of known issues online at
>       http://wiki.lyx.org/LyX/ReleaseNotes
>  


-- 
Peter Kümmel

Reply via email to