~ubuntu-branches/ubuntu/trusty/lmms/trusty

« back to all changes in this revision

Viewing changes to plugins/zynaddsubfx/fltk/src/xutf8/lcUniConv/koi8_r.h

  • Committer: Charlie Smotherman
  • Date: 2012-12-05 22:08:38 UTC
  • mfrom: (33.1.7 lmms_0.4.13)
  • Revision ID: cjsmo@cableone.net-20121205220838-09pjfzew9m5023hr
* New  Upstream release.
  - Minor tweaking to ZynAddSubFX, CALF, SWH plugins  and Stefan Fendt's RC
    filters.
  - Added UI fixes: Magnentic effect of knobs and Piano-roll fixes
  - Updated German localization and copyright year
* debian/lmms-common.install:
  - added /usr/share/applications so the lmms.desktop file will correctly
    install (LP: #863366)
  - This should also fix the Software Center not displaying lmms in sound
    and video (LP: #824231)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
/* Specification: RFC 1489 */
8
8
 
 
9
#ifdef NEED_TOWC
9
10
static const unsigned short koi8_r_2uni[128] = {
10
11
  /* 0x80 */
11
12
  0x2500, 0x2502, 0x250c, 0x2510, 0x2514, 0x2518, 0x251c, 0x2524,
43
44
    *pwc = (ucs4_t) koi8_r_2uni[c-0x80];
44
45
  return 1;
45
46
}
 
47
#endif /* NEED_TOWC */
46
48
 
 
49
#ifdef  NEED_TOMB
47
50
static const unsigned char koi8_r_page00[88] = {
48
51
  0x9a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0xa0-0xa7 */
49
52
  0x00, 0xbf, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0xa8-0xaf */
133
136
  }
134
137
  return RET_ILSEQ;
135
138
}
 
139
#endif /* NEED_TOMB */