Menu

#386 Bug 3537519: convert case and NUL characters

Next_release
closed
Don HO
None
8
2012-07-20
2012-06-30
No

https://sourceforge.net/tracker/?func=detail&aid=3537519&group_id=95717&atid=612382

If you use convert case on a selection which has a NUL character in it, the selection will be truncated. The problem is that SCI_REPLACESEL expects a NULL terminated string. It can be fixed by using SCI_REPLACETARGET instead.

Multi-selection/column mode doesn't seem to work when there are NULs involved, so I don't think that case needs to change.

Discussion

  • Andreas Jonsson

    Andreas Jonsson - 2012-06-30

    Fix for convert case and NUL characters

     
  • Don HO

    Don HO - 2012-06-30
    • assigned_to: nobody --> donho
    • priority: 5 --> 8
    • milestone: --> Next_release
     
  • Don HO

    Don HO - 2012-07-20
    • status: open --> closed