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

« back to all changes in this revision

Viewing changes to plugins/zynaddsubfx/fltk/src/xutf8/lcUniConv/iso8859_3.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
 * ISO-8859-3
5
5
 */
6
6
 
 
7
#ifdef NEED_TOWC
7
8
static const unsigned short iso8859_3_2uni[96] = {
8
9
  /* 0xa0 */
9
10
  0x00a0, 0x0126, 0x02d8, 0x00a3, 0x00a4, 0xfffd, 0x0124, 0x00a7,
42
43
  }
43
44
  return RET_ILSEQ;
44
45
}
 
46
#endif /* NEED_TOWC */
45
47
 
 
48
#ifdef  NEED_TOMB
46
49
static const unsigned char iso8859_3_page00[96] = {
47
50
  0xa0, 0x00, 0x00, 0xa3, 0xa4, 0x00, 0x00, 0xa7, /* 0xa0-0xa7 */
48
51
  0xa8, 0x00, 0x00, 0x00, 0x00, 0xad, 0x00, 0x00, /* 0xa8-0xaf */
98
101
  }
99
102
  return RET_ILSEQ;
100
103
}
 
104
#endif /* NEED_TOMB */