On 2016-11-08, Kornel Benko wrote:
> Am Dienstag, 8. November 2016 um 07:21:46, schrieb Guenter Milde 
> <mi...@users.sf.net>
>> On 2016-11-07, Kornel Benko wrote:
>> > Am Montag, 7. November 2016 um 15:47:28, schrieb Guenter Milde 
>> > <mi...@users.sf.net>

Dear Kornel,

> Try this if you like. (Doubles not removed).

thank you for the patch. It works nice and I found a number of
bugs already and fixed some!

For this, I changed the test_encodings to include all encodings in
lib/encodings:

> +          set(test_encodings "default" "utf8" "armscii" "latin1" "tis620-0" 
> "utf8-plain" "ascii")

should be:

          set(test_encodings "ascii" "utf8x" "armscii8" "applemac"
              "cp437" "cp437de" "cp850" "cp852"
              "cp855" "cp858" "cp862" "cp865"
              "cp866" "cp1250" "cp1251" "cp1252"
              "cp1255" "cp1256" "cp1257"
              "koi8-r" "koi8-u"
              "iso8859-1" "iso8859-2" "iso8859-3"
              "iso8859-4" "iso8859-5" "iso8859-6"
              "iso8859-7" "iso8859-8" "iso8859-9"
              "iso8859-13" "iso8859-15" "iso8859-16"
              "pt154" "pt254" "big5" "shift-jis"
              "euc-cn" "gbk" "jis" "euc-kr"
              "utf8-cjk" "euc-tw" "euc-jp"
              "euc-jp-platex" "jis-platex"
              "shift-jis-platex" "utf8-platex"
              "tis620-0")


I did remove the now spare test samples together with the fixes and
"unreliableTests" patterns in 6674a91573477e4716869.

* Currently, I only tested 001-4-latin.lyx with all encodings.

* Please correct the "unreliableTests" - AFAIK Scott and you can
  successfully test Arab, Hebrew, CJK and platex which are not installed
  on my machine.

* Can you reproduce the following for cp858 and pt254?

    # "uncodable character" LyX Warnings for all ASCII chars!
    # -------------------------------------------------------
    # no longer supported by iconv?
    
    # DOS code page, Western European:
    export/export/latex/unicodesymbols/*_cp858_pdf2
    # Cyrillic
    export/export/latex/unicodesymbols/*_pt254_pdf2


BTW: How many tests are currently failing (excluding the unreliableTests)?

Thanks a lot,

Günter

Reply via email to