~ubuntu-branches/ubuntu/wily/evolution-data-server/wily

« back to all changes in this revision

Viewing changes to docs/reference/camel/html/camel-camel-utf8.html

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-07-20 13:34:59 UTC
  • mfrom: (1.1.126) (1.2.48 sid)
  • Revision ID: package-import@ubuntu.com-20150720133459-g6y46hnu5ewtoz08
Tags: 3.16.4-0ubuntu2
debian/patches/0001-Bug-752373-Monthly-events-do-not-recur-correctly.patch:
Cherry-pick patch from upstream to fix events not recurring correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<html>
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>Camel Reference Manual: camel-utf8</title>
 
5
<title>camel-utf8: Camel Reference Manual</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="Camel Reference Manual">
8
8
<link rel="up" href="Utilities.html" title="Utilities">
9
9
<link rel="prev" href="camel-camel-url-scanner.html" title="camel-url-scanner">
10
10
<link rel="next" href="services.html" title="Part II. Built-in Services">
11
 
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.23 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
144
144
<p> The next Unicode character.  <em class="parameter"><code>ptr</code></em>
145
145
will be advanced to
146
146
the next character always.</p>
147
 
<p></p>
148
147
</div>
149
148
</div>
150
149
<hr>
180
179
<div class="refsect3">
181
180
<a name="id-1.2.13.20.5.4.6"></a><h4>Returns</h4>
182
181
<p> The next utf8 char, or 0xffff.</p>
183
 
<p></p>
184
182
</div>
185
183
</div>
186
184
<hr>
201
199
<div class="refsect3">
202
200
<a name="id-1.2.13.20.5.6.6"></a><h4>Returns</h4>
203
201
<p> The converted string.</p>
204
 
<p></p>
205
202
</div>
206
203
</div>
207
204
<hr>
211
208
camel_utf8_utf7 (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *ptr</code></em>);</pre>
212
209
<p>Convert a utf8 string to a modified utf7 format.</p>
213
210
<p>The IMAP rules [rfc2060] are used in the utf7 encoding.</p>
214
 
<div class="refsect3">
215
 
<a name="id-1.2.13.20.5.7.6"></a><h4>Returns</h4>
216
 
<p></p>
217
 
</div>
218
211
</div>
219
212
<hr>
220
213
<div class="refsect2">
223
216
camel_utf8_ucs2 (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *ptr</code></em>);</pre>
224
217
<p>Convert a utf8 string into a ucs2 one.  The ucs string will be in
225
218
network byte order, and terminated with a 16 bit NULL.</p>
226
 
<div class="refsect3">
227
 
<a name="id-1.2.13.20.5.8.5"></a><h4>Returns</h4>
228
 
<p></p>
229
 
</div>
230
219
</div>
231
220
<hr>
232
221
<div class="refsect2">
235
224
camel_ucs2_utf8 (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *ptr</code></em>);</pre>
236
225
<p>Convert a ucs2 string into a utf8 one.  The ucs2 string is treated
237
226
as network byte ordered, and terminated with a 16 bit NUL.</p>
238
 
<div class="refsect3">
239
 
<a name="id-1.2.13.20.5.9.5"></a><h4>Returns</h4>
240
 
<p></p>
241
 
</div>
242
227
</div>
243
228
<hr>
244
229
<div class="refsect2">
247
232
camel_utf8_make_valid (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
248
233
<p>Ensures the returned text will be valid UTF-8 string, with incorrect letters
249
234
changed to question marks. Returned pointer should be freed with g_free.</p>
250
 
<p class="since">Since 2.26</p>
 
235
<p class="since">Since: <a class="link" href="api-index-2.26.html" title="Index of new symbols in 2.26">2.26</a></p>
251
236
</div>
252
237
</div>
253
238
<div class="refsect1">
255
240
</div>
256
241
</div>
257
242
<div class="footer">
258
 
<hr>
259
 
          Generated by GTK-Doc V1.21</div>
 
243
<hr>Generated by GTK-Doc V1.23</div>
260
244
</body>
261
245
</html>
 
 
b'\\ No newline at end of file'