aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/skype/t/group-add-bitlbee.mock
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-06-01 01:57:33 -0300
committerdequis <dx@dxzone.com.ar>2015-06-04 14:13:22 -0300
commit3a27896e4c1106ed6f48bce3d41ac4c4aa330a46 (patch)
tree354de075bf66af698bba2cec32f8e7110435e36e /protocols/skype/t/group-add-bitlbee.mock
parent1cef55f237128691fb56bbdb3f599df463ecbad3 (diff)
nick_gen: retry g_convert_with_fallback without //TRANSLIT if it fails
Based on patch from trac ticket #1152. Quoting: >NetBSD's implementation of iconv does not appear to support //TRANSLIT. >This means g_convert_with_fallback() called with //TRANSLIT will always fail Removed the log_message part of the patch since that's daemon level logging and it's unlikely to fail twice anyway (even if it did, it wouldn't crash)
Diffstat (limited to 'protocols/skype/t/group-add-bitlbee.mock')
0 files changed, 0 insertions, 0 deletions
value='hotfix/0.20.0.8'>hotfix/0.20.0.8 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/spec/lib/attachment_to_html/adapters/pdf_spec.rb
blob: 65c3760435084d72fa6a2b82878123c3fae4ec54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98