# coding: utf-8 module Cacofonix; module CodeLists LIST_64 = { "00" => "Unspecified", "01" => "Cancelled", "02" => "Forthcoming", "03" => "Postponed indefinitely", "04" => "Active", "05" => "No longer our product", "06" => "Out of stock indefinitely", "07" => "Out of print", "08" => "Inactive", "09" => "Unknown", "10" => "Remaindered", "11" => "Withdrawn from sale", "12" => "Recalled" } end; end