Menu

#1937 Bug in custom codepage

Trunk
closed-fixed
nobody
GUI (515)
5
2010-09-13
2009-06-29
No

In WinMerge help writed:
"Custom codepage: Enter the codepage number explicitly. For example, UTF-8 or ISO-8851-1. "

But if I write "UTF-8" into this field, then have masege "Please enter an integer"

Discussion

  • Liisachan

    Liisachan - 2009-12-03

    UTF-8 is in 65001 number.
    This is a documentation problem.
    Probably "ISO-8851-1" is also a typo,
    which should be "ISO-8859-1" and
    28591 in number.

     
  • Liisachan

    Liisachan - 2009-12-03

    I mean, "UTF-8 is 65001 in number."

     
  • Matthias

    Matthias - 2009-12-30

    I checked in last versions(stable and experimental) with int 65001 and it is using UTF-8 correct.
    I cannot reprocedure the error.
    Only by using and O instead of 0 than I can get it.

     
  • Kimmo Varis

    Kimmo Varis - 2009-12-30
    • labels: 631053 --> GUI
    • milestone: --> Trunk
     
  • Kimmo Varis

    Kimmo Varis - 2009-12-30

    You misunderstood the bug. The bug is that you cannot write 'UTF-8' to the field. It only accepts numbers.

     
  • Matthias

    Matthias - 2010-06-03

    ved with ID 3010934 custom code as String or integer

     
  • Kimmo Varis

    Kimmo Varis - 2010-09-13

    Fixed by Matthias' patch #3010934.

     
  • Kimmo Varis

    Kimmo Varis - 2010-09-13
    • status: open --> closed-fixed
     

Log in to post a comment.