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

« back to all changes in this revision

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

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