~ubuntu-branches/ubuntu/raring/lmms/raring-proposed

« back to all changes in this revision

Viewing changes to plugins/zynaddsubfx/fltk/src/xutf8/lcUniConv/iso8859_11.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:
4
4
 * ISO8859-11
5
5
 */
6
6
 
 
7
#ifdef NEED_TOWC
7
8
static const unsigned short iso8859_11_2uni[96] = {
8
9
  /* 0xa0 */
9
10
  0x00a0, 0x0e01, 0x0e02, 0x0e03, 0x0e04, 0x0e05, 0x0e06, 0x0e07,
44
45
  }
45
46
  return RET_ILSEQ;
46
47
}
 
48
#endif /* NEED_TOWC */
47
49
 
 
50
#ifdef  NEED_TOMB
48
51
static const unsigned char iso8859_11_page0e[96] = {
49
52
  0x00, 0xa1, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, 0xa7, /* 0x00-0x07 */
50
53
  0xa8, 0xa9, 0xaa, 0xab, 0xac, 0xad, 0xae, 0xaf, /* 0x08-0x0f */
76
79
  }
77
80
  return RET_ILSEQ;
78
81
}
 
82
#endif /* NEED_TOMB */