Kaydet (Commit) 0e31c12f authored tarafından Takeshi Abe's avatar Takeshi Abe

vcl: This is constant

Change-Id: Ib01701c4e89f665cb65cdfa8612b02a70633181e
üst b16a3372
...@@ -41,7 +41,7 @@ namespace ...@@ -41,7 +41,7 @@ namespace
const char* pType; // Mime encoding on our side const char* pType; // Mime encoding on our side
}; };
static TypeEntry aConversionTab[] = static const TypeEntry aConversionTab[] =
{ {
{ "ISO10646-1", "text/plain;charset=utf-16" }, { "ISO10646-1", "text/plain;charset=utf-16" },
{ "UTF8_STRING", "text/plain;charset=utf-8" }, { "UTF8_STRING", "text/plain;charset=utf-8" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment