Re: [PATCH] Improve utf-8 -> cp437 console map

2011-07-28 Thread Robert Millan
Submitted as PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=159280 2011/7/10 Robert Millan : > This patch adds a few improvements to utf-8 -> cp436 console map > (mostly with Catalan characters in mind, but it probably benefits > other languages). > > The new mappings are as follows: > > ▮ -> █ >

[PATCH] Improve utf-8 -> cp437 console map

2011-07-10 Thread Robert Millan
This patch adds a few improvements to utf-8 -> cp436 console map (mostly with Catalan characters in mind, but it probably benefits other languages). The new mappings are as follows: ▮ -> █ ÀÈÍÏÓÒÚ -> AEIIOOU ŀ / Ŀ -> l / L -- Robert Millan --- a/sys/dev/syscons/scterm-teken.c +++ b/sys/dev/sysc