diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-04-26 04:50:52 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-04-26 04:50:52 +0000 |
commit | ed78d0bc52bbef490b66700e9c8563a68338ad36 (patch) | |
tree | eb78d1e93a3619fce810c3e2af7de00fd456a512 /nohtml/nohtml.cpp | |
parent | b668c691db2fb618029ae031a4be72d15155fdb1 (diff) |
fixed detection of unicode messages in filter recv
added 'unicode aware' flag
added lotsa options
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@153 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'nohtml/nohtml.cpp')
-rw-r--r-- | nohtml/nohtml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nohtml/nohtml.cpp b/nohtml/nohtml.cpp index f684a7f..77fbf35 100644 --- a/nohtml/nohtml.cpp +++ b/nohtml/nohtml.cpp @@ -21,7 +21,7 @@ PLUGININFOEX pluginInfo={ __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
- 0,
+ UNICODE_AWARE, //not transient
0,
// TODO: generate your own GUID!!
{ 0xD78C8249, 0xE8DB, 0x46B1, { 0x92, 0xF3, 0x88, 0xE6, 0xDC, 0x96, 0x4E, 0x8D } }
|