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:
parent
dbfb944d44
commit
172722fe52
@ -2,6 +2,17 @@
|
||||
|
||||
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,
|
||||
const char * _iana_name, const char * _mime_name,
|
||||
const char ** _aliases)
|
||||
|
Loading…
Reference in New Issue
Block a user