Commit b23fb796 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Сделано, чтобы при проверке орфографии слова разделенные дефисом проверялись отдельно.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64289 954022d7-b5bf-4e40-9824-e11837661b57
parent 28900847
...@@ -77,6 +77,7 @@ var g_aPunctuation = ...@@ -77,6 +77,7 @@ var g_aPunctuation =
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0
]; ];
g_aPunctuation[0x002D] = 1; // символ -
g_aPunctuation[0x00AB] = 1; // символ « g_aPunctuation[0x00AB] = 1; // символ «
g_aPunctuation[0x00BB] = 1; // символ » g_aPunctuation[0x00BB] = 1; // символ »
g_aPunctuation[0x2013] = 1; // символ – g_aPunctuation[0x2013] = 1; // символ –
......
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