"""Q8: the four publishers of the bare "RATING" key -- do any bypass record+0xb4? If one of them reads a rating from the local DB instead of the item record, the headline claim ("the displayed rating is ours") needs qualifying by screen. CONTROL: FUN_18003ded0 also publishes FIRST_NAME/LAST_NAME, so it is card-shaped and is the most likely counterexample. Print all four in full. """ import traceback try: for a in (0x18003DED0, 0x180053AA0, 0x1800F0970, 0x18005F910): s = dec(a) print("=" * 60) print("### %#x len=%d" % (a, len(s))) print(s) except Exception: traceback.print_exc()