Displaying 1 result from an estimated 1 matches for "koi8_ru".
Did you mean:
koi8_r
2003 Jul 10
1
wrong char encoding in koi8-r table
...45, 0x0438, 0x0439, 0x043a, 0x043b, 0x043c, 0x043d, 0x043e,
@@ -145,6 +145,8 @@
c = koi8_r_page23[wc-0x2320];
else if (wc >= 0x2500 && wc < 0x25a8)
c = koi8_r_page25[wc-0x2500];
+ else if (wc == 0x2116)
+ c = 0xbf;
if (c != 0) {
*r = c;
return 1;
--- lib/koi8_ru.h.orig 2001-05-26 12:00:00.000000000 +0600
+++ lib/koi8_ru.h 2003-07-06 22:01:54.000000000 +0600
@@ -34,7 +34,7 @@
0x2557, 0x2558, 0x2559, 0x255a, 0x255b, 0x0491, 0x045e, 0x255e,
/* 0xb0 */
0x255f, 0x2560, 0x2561, 0x0401, 0x0404, 0x2563, 0x0406, 0x0407,
- 0x2566, 0x2567, 0x2568, 0x2569, 0...