equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: A misc. char-encoding related utilities. |
14 * Description: A misc. char-encoding related utilities. |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
|
19 #include <charconv.h> |
18 #include <charconv.h> |
20 |
19 |
21 #include "XmlEncoding.h" |
20 #include <xmlencoding.h> |
22 |
|
23 |
21 |
24 // ----------------------------------------------------------------------------- |
22 // ----------------------------------------------------------------------------- |
25 // CXmlEncoding::NewL |
23 // CXmlEncoding::NewL |
26 // |
24 // |
27 // Two-phased constructor. |
25 // Two-phased constructor. |