Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 44552 Details for
Bug 70376
unicode_start problem with accented letters
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for support encoding of unicode characters
unicode_start.patch (text/plain), 680 bytes, created by
Alexander Simonov
on 2004-11-23 05:05:14 UTC
(
hide
)
Description:
patch for support encoding of unicode characters
Filename:
MIME Type:
Creator:
Alexander Simonov
Created:
2004-11-23 05:05:14 UTC
Size:
680 bytes
patch
obsolete
>--- unicode_start 2001-02-12 18:30:17.000000000 +0200 >+++ unicode_start.patched 2004-11-23 16:21:43.839810856 +0200 >@@ -18,7 +18,14 @@ > # produce UTF-8 encoded multibyte sequences, instead of single bytes > # >= 0x80 in a legacy 8-bit encoding. > >-dumpkeys | loadkeys --unicode >+#Add compatible for encoding >+ENCODING="iso-8859-1" >+if [-z "$3" ] >+then >+dumpkeys -c ${ENCODING}| loadkeys --unicode >+else >+dumpkeys -c $3 | loadkeys --unicode >+fi > > # 2. The output side: the console screen. > >@@ -46,6 +53,6 @@ > setfont $DEFAULT_UNICODE_FONT > ;; > *) >- echo "usage: unicode_start [font [unicode map]]" >+ echo "usage: unicode_start [font [unicode map [encoding]]]" > ;; > esac
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 70376
: 44552