Unicode control characters removed from the lists
This commit is contained in:
parent
26c899734b
commit
73f1d4d2c9
@ -753,6 +753,7 @@ bool ZRCola::DBSource::SelectCharacters(ATL::CComPtr<ADORecordset>& rs) const
|
|||||||
if (FAILED(rs->Open(ATL::CComVariant(
|
if (FAILED(rs->Open(ATL::CComVariant(
|
||||||
L"SELECT DISTINCT [znak], [opis_en], [klj_bes_en], [kat], [znak_v], [znak_m] "
|
L"SELECT DISTINCT [znak], [opis_en], [klj_bes_en], [kat], [znak_v], [znak_m] "
|
||||||
L"FROM [VRS_CharList] "
|
L"FROM [VRS_CharList] "
|
||||||
|
L"WHERE [kat]<>'g' " // Ignore "Other, Control" category!
|
||||||
L"ORDER BY [znak]"), ATL::CComVariant(m_db), adOpenStatic, adLockReadOnly, adCmdText)))
|
L"ORDER BY [znak]"), ATL::CComVariant(m_db), adOpenStatic, adLockReadOnly, adCmdText)))
|
||||||
{
|
{
|
||||||
_ftprintf(stderr, wxT("%s: error ZCC0120: Error loading characters from database. Please make sure the file is ZRCola.zrc compatible.\n"), m_filename.c_str());
|
_ftprintf(stderr, wxT("%s: error ZCC0120: Error loading characters from database. Please make sure the file is ZRCola.zrc compatible.\n"), m_filename.c_str());
|
||||||
@ -827,6 +828,7 @@ bool ZRCola::DBSource::SelectCharacterCategories(ATL::CComPtr<ADORecordset>& rs)
|
|||||||
if (FAILED(rs->Open(ATL::CComVariant(
|
if (FAILED(rs->Open(ATL::CComVariant(
|
||||||
L"SELECT DISTINCT [kat], [opis_en], [Rang] "
|
L"SELECT DISTINCT [kat], [opis_en], [Rang] "
|
||||||
L"FROM [VRS_CharCategory] "
|
L"FROM [VRS_CharCategory] "
|
||||||
|
L"WHERE [kat]<>'g' " // Ignore "Other, Control" category!
|
||||||
L"ORDER BY [Rang], [opis_en]"), ATL::CComVariant(m_db), adOpenStatic, adLockReadOnly, adCmdText)))
|
L"ORDER BY [Rang], [opis_en]"), ATL::CComVariant(m_db), adOpenStatic, adLockReadOnly, adCmdText)))
|
||||||
{
|
{
|
||||||
_ftprintf(stderr, wxT("%s: error ZCC0130: Error loading character categories from database. Please make sure the file is ZRCola.zrc compatible.\n"), m_filename.c_str());
|
_ftprintf(stderr, wxT("%s: error ZCC0130: Error loading character categories from database. Please make sure the file is ZRCola.zrc compatible.\n"), m_filename.c_str());
|
||||||
|
Binary file not shown.
@ -5,7 +5,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: ZRColaCompile 2.0-alpha7\n"
|
"X-Generator: ZRColaCompile 2.0-beta\n"
|
||||||
|
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -334,9 +334,6 @@ msgstr ""
|
|||||||
msgid "Numbers - Circled"
|
msgid "Numbers - Circled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Other, Control"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Other, Format"
|
msgid "Other, Format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user