view Resources/EncodingTests.h @ 1373:21a2929e541d query-retrieve

Move SCU conformance
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 28 May 2015 12:19:26 +0200
parents 60cc0ee61edb
children 423d3b692bb9
line wrap: on
line source

static const unsigned int testEncodingsCount = 18;
static const ::Orthanc::Encoding testEncodings[] = {
  ::Orthanc::Encoding_Latin5,
  ::Orthanc::Encoding_Hebrew,
  ::Orthanc::Encoding_Greek,
  ::Orthanc::Encoding_Arabic,
  ::Orthanc::Encoding_Cyrillic,
  ::Orthanc::Encoding_Latin4,
  ::Orthanc::Encoding_Latin3,
  ::Orthanc::Encoding_Latin2,
  ::Orthanc::Encoding_Latin1,
  ::Orthanc::Encoding_Utf8,
  ::Orthanc::Encoding_Thai,
  ::Orthanc::Encoding_Japanese,
  ::Orthanc::Encoding_Ascii,
  ::Orthanc::Encoding_Windows1251,
  ::Orthanc::Encoding_Chinese,
  ::Orthanc::Encoding_Windows1251,
  ::Orthanc::Encoding_Windows1251,
  ::Orthanc::Encoding_Windows1251
};
static const char *testEncodingsEncoded[18] = {
  "\x54\x65\x73\x74\xe9\xe4\xf6\xf2\xdd",
  "\x54\x65\x73\x74\xe3",
  "\x54\x65\x73\x74\xc8",
  "\x54\x65\x73\x74\xd5",
  "\x54\x65\x73\x74\xb4\xfb",
  "\x54\x65\x73\x74\xe9\xe4\xf6\xf3",
  "\x54\x65\x73\x74\xe9\xe4\xf6\xf2\xf8\xa9",
  "\x54\x65\x73\x74\xe9\xe4\xf6",
  "\x54\x65\x73\x74\xe9\xe4\xf6\xf2",
  "\x54\x65\x73\x74\xc3\xa9\xc3\xa4\xc3\xb6\xc3\xb2\xd0\x94\xce\x98\xc4\x9d\xd7\x93\xd8\xb5\xc4\xb7\xd1\x9b\xe0\xb9\x9b\xef\xbe\x88\xc4\xb0",
  "\x54\x65\x73\x74\xfb",
  "\x54\x65\x73\x74\x84\x44\x83\xa6\xc8",
  "\x54\x65\x73\x74",
  "\x54\x65\x73\x74\xc4\x9e",
  "\x81\x30\x89\x37\x81\x30\x89\x38\xA8\xA4\xA8\xA2\x81\x30\x89\x39\x81\x30\x8A\x30",
  "\xd0\xe5\xed\xf2\xe3\xe5\xed\xee\xe3\xf0\xe0\xf4\xe8\xff",
  "\xD2\xE0\xE7",
  "\xcf\xf0\xff\xec\xe0\xff"
};
static const char *testEncodingsExpected[18] = {
  "\x54\x65\x73\x74\xc3\xa9\xc3\xa4\xc3\xb6\xc3\xb2\xc4\xb0",
  "\x54\x65\x73\x74\xd7\x93",
  "\x54\x65\x73\x74\xce\x98",
  "\x54\x65\x73\x74\xd8\xb5",
  "\x54\x65\x73\x74\xd0\x94\xd1\x9b",
  "\x54\x65\x73\x74\xc3\xa9\xc3\xa4\xc3\xb6\xc4\xb7",
  "\x54\x65\x73\x74\xc3\xa9\xc3\xa4\xc3\xb6\xc3\xb2\xc4\x9d\xc4\xb0",
  "\x54\x65\x73\x74\xc3\xa9\xc3\xa4\xc3\xb6",
  "\x54\x65\x73\x74\xc3\xa9\xc3\xa4\xc3\xb6\xc3\xb2",
  "\x54\x65\x73\x74\xc3\xa9\xc3\xa4\xc3\xb6\xc3\xb2\xd0\x94\xce\x98\xc4\x9d\xd7\x93\xd8\xb5\xc4\xb7\xd1\x9b\xe0\xb9\x9b\xef\xbe\x88\xc4\xb0",
  "\x54\x65\x73\x74\xe0\xb9\x9b",
  "\x54\x65\x73\x74\xd0\x94\xce\x98\xef\xbe\x88",
  "\x54\x65\x73\x74",
  "\x54\x65\x73\x74\xd0\x94\xd1\x9b",
  "\xc3\x9e\xc3\x9f\xc3\xa0\xc3\xa1\xc3\xa2\xc3\xa3",
  "\xd0\xa0\xd0\xb5\xd0\xbd\xd1\x82\xd0\xb3\xd0\xb5\xd0\xbd\xd0\xbe\xd0\xb3\xd1\x80\xd0\xb0\xd1\x84\xd0\xb8\xd1\x8f",
  "\xd0\xa2\xd0\xb0\xd0\xb7",
  "\xd0\x9f\xd1\x80\xd1\x8f\xd0\xbc\xd0\xb0\xd1\x8f"
};