*ide: translations now use OCTALHI encoding

git-svn-id: svn://ultimatepp.org/upp/trunk@2782 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2010-10-13 19:52:08 +00:00
parent 9c2ff4b2da
commit cce84e1c0e
2 changed files with 1455 additions and 1455 deletions

File diff suppressed because it is too large Load diff

View file

@ -148,7 +148,7 @@ String CreateTFile(const VectorMap<String, LngEntry>& map, const Vector<int>& ln
}
if(!IsNull(cfile) || rep || obsolete) {
String id = map.GetKey(i);
out << "T_(" << AsCString(id, 70, java ? " + " : " ", ASCSTRING_SMART)
out << "T_(" << AsCString(id, 70, java ? " + " : " ", ASCSTRING_OCTALHI)
<< ")\r\n";
for(int j = 0; j < lngset.GetCount(); j++) {
int lang = lngset[j];
@ -170,7 +170,7 @@ String CreateTFile(const VectorMap<String, LngEntry>& map, const Vector<int>& ln
}
}
out << '(' << AsCString(q >= 0 ? e.text[q] : String(), 70, java ? " + "
: " ", ASCSTRING_SMART) << ")\r\n";
: " ", ASCSTRING_OCTALHI) << ")\r\n";
}
}
}