)]}'
{
  "commit": "6c8b460eb1945b4d6361b930385b8510c3262686",
  "tree": "302a32b761021cbbec7a90efc09bbf07299c0e56",
  "parents": [
    "7564e142d691739cf305bf47aa4016e73f4d2d39"
  ],
  "author": {
    "name": "Nathan Gauër",
    "email": "brioche@google.com",
    "time": "Mon Jun 17 16:08:55 2024 +0200"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Mon Jun 17 16:08:55 2024 +0200"
  },
  "message": "misc: remove encoding parameter (#5710)\n\nThose scripts are running on Python2.7 if build with the NDK tools.\r\nUnder python2.7, io.open will load as \"utf-8\" since we give the encoding\r\noption, and return a \"unicode\" string.\r\nUnder Python3, the open() function will return a UTF-8 string.\r\nThis means the XMLParser needs to have a different \u0027encoding\u0027 option\r\ndepending on the python version.\r\n\r\nFor some reason I don\u0027t know, the XMLParser still fails if we use\r\n\u0027unicode\u0027 under Python2.7. But converting the unicode string to utf-8\r\ndoes work.\r\n\r\nSigned-off-by: Nathan Gauër \u003cbrioche@google.com\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "69628faadae216d4496e5fac12c082ddc8d71f7a",
      "old_mode": 33261,
      "old_path": "utils/generate_registry_tables.py",
      "new_id": "2564f357bf09a34e7ee3811055d37a189692c753",
      "new_mode": 33261,
      "new_path": "utils/generate_registry_tables.py"
    }
  ]
}
