Skip to content

GitLab

    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    • Menu
    Projects Groups Snippets
  • Get a free trial
  • Sign up
  • Login
  • Sign in / Register
  • Lazarus Lazarus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 2,080
    • Issues 2,080
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • FPC
  • Lazarus
  • LazarusLazarus
  • Issues
  • #22890
Closed
Open
Created Sep 15, 2012 by FPC Admin account@fpc_adminOwner

Wrong "Delete to end of word" at end_of_line+n when it contains unicode chars and no spaces at end

Original Reporter info from Mantis: Valdas
  • Reporter name: Valdas Jankūnas

Description:

In editor paste these two lines:

aaaą
bbbb

First line contains unicode char "ą" at end, both lines have no spaces at end.

Now place cursor to beyond of first line (at line end + one space) and press "Delete to end of word" keyboard shortcut (Ctrl + T or Ctrl + Del) - two lines become:

aaa� �bbbb

- last unicode char converted to one space between two question marks (illegal chars?).
If first line contains two unicode chars:

ęaaaą
bbbb

Then after mentioned del operation these lines becomes:

ęaaa ąbbbb

Another example:

čęaaaą
bbbb

Becomes:

čęaa aąbbbb

Additional information:

Tested in Qt and in Gtk2.

Mantis conversion info:

  • Mantis ID: 22890
  • OS: Kubuntu
  • OS Build: 12.04
  • Build: 38659
  • Platform: Linux 3.5.0-4-generic x86_64
  • Version: 1.1 (SVN)
  • Fixed in version: 1.1 (SVN)
  • Target version: 1.0.2
Assignee
Assign to
Time tracking