added default constructor, which just happens to init to UTF-8. do not count on this feature. :-)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4096 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,6 +2,17 @@
|
|||||||
|
|
||||||
namespace BPrivate {
|
namespace BPrivate {
|
||||||
|
|
||||||
|
BCharacterSet::BCharacterSet()
|
||||||
|
{
|
||||||
|
id = 0;
|
||||||
|
MIBenum = 106;
|
||||||
|
print_name = "Unicode";
|
||||||
|
iana_name = "UTF-8";
|
||||||
|
mime_name = "UTF-8";
|
||||||
|
aliases_count = 0;
|
||||||
|
aliases = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
BCharacterSet::BCharacterSet(uint32 _id, uint32 _MIBenum, const char * _print_name,
|
BCharacterSet::BCharacterSet(uint32 _id, uint32 _MIBenum, const char * _print_name,
|
||||||
const char * _iana_name, const char * _mime_name,
|
const char * _iana_name, const char * _mime_name,
|
||||||
const char ** _aliases)
|
const char ** _aliases)
|
||||||
|
|||||||
Reference in New Issue
Block a user