Opened 8 years ago

Closed 8 years ago

#7082 closed enhancement (fixed)

short descriptions and typo

Reported by: Denis Mugnier Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.9
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

This patch adds some short descriptions and fixes typos.

Attachments (1)

short_description.patch (9.1 KB ) - added by Denis Mugnier 8 years ago.

Download all attachments as: .zip

Change History (5)

by Denis Mugnier, 8 years ago

Attachment: short_description.patch added

comment:1 by Fernando de Oliveira, 8 years ago

Bruce, most is related to kde. In case you don't, I can take it.

There is a possible typo in kde/kf5-apps/kdenlive5.xml:

s/non−linear/non-linear/

Investigating more, the three characters are hexadecimal E2 88 92 or octal 342 210 222. I believe E2 is the code to enter a diacritical hyphen 88 92:

$ echo -e "\\xe2\\x88\\x92"
−

$ echo -e "\0342\0210\0222"
−

$ echo "-"
-

It does not render correctly reading the patch in Firefox (unicode or ocidental codifications (encodings?)), but downloading and reading with vim, I've got non−linear, correctly, but it might be wise to replace, any way, by a simple dash "-".

comment:2 by bdubbs@…, 8 years ago

OK, go ahead, but replace the utf8 dash with a normal ascii '-' character.

comment:3 by Fernando de Oliveira, 8 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

Right. Thanks.

comment:4 by Fernando de Oliveira, 8 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r16607.

Note: See TracTickets for help on using tickets.