#2102: Audit translated manual pages
--------------------------------------------+-------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  [email protected]
     Type:  task                            |       Status:  new                
           
 Priority:  normal                          |    Milestone:  6.2                
           
Component:  BOOK                            |      Version:  SVN                
           
 Severity:  normal                          |   Resolution:                     
           
 Keywords:                                  |  
--------------------------------------------+-------------------------------
Comment (by [EMAIL PROTECTED]):

 Both ImageMagick and evdev driver manual pages are indeed in UTF-8. The
 effect is:

 ImageMagick:
     "Bézier curves" became "Bézier curces"

 evdev driver:
     "Kristian Høgsberg" became "Kristian Høgsberg"

 So this only manifests itself as a minor typo. The rest of the text is
 certainly readable.

 Both manual pages are fixable:

 {{{
 sed -i "s/\xc3\xa9/\\\\['e]/" /usr/share/man/man1/ImageMagick.1
 sed -i "s/\xc3\xb8/\\\\[\/o]/" /usr/share/man/man4/evdev.4
 }}}

 or equivalent seds in sources.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2102>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to