Parent Directory
|
Revision Log
|
Patch
revision 463 by twoaday, Thu Aug 2 20:10:00 2012 UTC | revision 464 by twoaday, Tue Oct 9 09:27:57 2012 UTC | |
---|---|---|
# | Line 27 | Line 27 |
27 | #include "wptErrors.h" | #include "wptErrors.h" |
28 | ||
29 | ||
30 | /* Byte order mark that is usually used to indicate that the following | |
31 | data is encoded in UTF-8. */ | |
32 | BYTE UTF8_BOM[] = {0xEF, 0xBB, 0xBF}; | |
33 | ||
34 | ||
35 | /** | /** |
36 | * Convert the given intput string, which is encoded with the locale | * Convert the given intput string, which is encoded with the locale |
37 | * setting, into UTF-8 representation. | * setting, into UTF-8 representation. |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |