Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
libX11
libX11
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 94
    • Issues 94
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • xorg
  • lib
  • libX11libX11
  • Issues
  • #70

Closed
Open
Opened May 25, 2018 by Bugzilla Migration User@bugzilla-migration

Wrong combining sequence in Compose for the Finnish locale

Submitted by vaa..@..il.com

Assigned to Xorg Project Team

Link to original bug (#106649)

Description

The Compose file for the fi_FI.UTF-8 locale at /usr/share/X11/locale/fi_FI.UTF-8/Compose contains the following lines:

<dead_acute> <dead_circumflex> <E> : "Ệ" U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE <dead_belowdot> <dead_circumflex> <E> : "Ệ" U1EC6 # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW

Thus the codepoint "Ệ" U1EC6 is produced with two different sequences. Based on the key sequences and the comments at the ends of the lines, it is clear that the first line is a mistake. Instead of "Ệ" U1EC6, the line should read "Ế" U1EBE, a character which cannot be produced with the current Compose file otherwise at all.

This bug was first reported on Launchpad at: https://bugs.launchpad.net/ubuntu/+source/libx11/+bug/1772537

Version: 7.7 (2012.06)

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: xorg/lib/libx11#70