Commit 8d4843e0 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

(1.0.0.12) реализована работа с конвертацией в юникод с учетом локали (текущая локаль)

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59525 954022d7-b5bf-4e40-9824-e11837661b57
parent 7fab3826
......@@ -542,9 +542,10 @@ private:
v8::V8::InitializeICU();
v8::Platform* platform = v8::platform::CreateDefaultPlatform();
v8::V8::InitializePlatform(platform);
v8::V8::Initialize();
v8::V8::InitializeICU();
if (!m_bIsInitTypedArrays)
{
enableTypedArrays();
......@@ -1004,6 +1005,9 @@ private:
isolate->Dispose();
v8::V8::Dispose();
v8::V8::ShutdownPlatform();
delete platform;
return bIsBreak ? FALSE : TRUE;
}
......
......@@ -2,6 +2,6 @@
//1
//0
//0
//11
#define INTVER 1,0,0,11
#define STRVER "1,0,0,11\0"
//12
#define INTVER 1,0,0,12
#define STRVER "1,0,0,12\0"
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