~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/nls/XLC_LOCALE/iso8859-3

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
XCOMM  $Xorg: iso8859-3,v 1.3 2000/08/17 19:47:00 cpqbld Exp $
 
2
XCOMM  XLocale Database Sample for iso8859-3.
 
3
XCOMM 
 
4
 
 
5
XCOMM 
 
6
XCOMM   XLC_FONTSET category
 
7
XCOMM 
 
8
XLC_FONTSET
 
9
XCOMM   fs0 class 
 
10
fs0     {
 
11
        charset {
 
12
                name            ISO8859-1:GL
 
13
        }
 
14
        font    {
 
15
                primary         ISO8859-3:GL
 
16
                substitute      ISO8859-1:GL
 
17
                vertical_rotate all
 
18
        }
 
19
}
 
20
XCOMM   fs1 class 
 
21
fs1     {
 
22
        charset {
 
23
                name            ISO8859-3:GR
 
24
        }
 
25
        font    {
 
26
                primary         ISO8859-3:GR
 
27
        }
 
28
}
 
29
END XLC_FONTSET
 
30
 
 
31
XCOMM 
 
32
XCOMM   XLC_XLOCALE category
 
33
XCOMM 
 
34
XLC_XLOCALE
 
35
 
 
36
encoding_name           ISO8859-3
 
37
mb_cur_max              1
 
38
state_depend_encoding   False
 
39
#if WCHAR32
 
40
wc_encoding_mask        \x30000000
 
41
wc_shift_bits           7
 
42
#else
 
43
wc_encoding_mask        \x00008080
 
44
wc_shift_bits           8
 
45
#endif
 
46
 
 
47
#ifndef X_LOCALE
 
48
use_stdc_env            True
 
49
force_convert_to_mb     True
 
50
#endif
 
51
 
 
52
XCOMM   cs0 class
 
53
cs0     {
 
54
        side            GL:Default
 
55
        length          1
 
56
        wc_encoding     \x00000000
 
57
        ct_encoding     ISO8859-3:GL; ISO8859-1:GL
 
58
}
 
59
 
 
60
 
 
61
XCOMM   cs1 class
 
62
cs1     {
 
63
        side            GR:Default
 
64
        length          1
 
65
#if WCHAR32
 
66
        wc_encoding     \x30000000
 
67
#else
 
68
        wc_encoding     \x00008080
 
69
#endif
 
70
        ct_encoding     ISO8859-3:GR
 
71
}
 
72
 
 
73
END XLC_XLOCALE