Dunn's

Dunn's Famous Deli and Steakhouse is a Montreal-style smoked meat, pastrami and cheesecake restaurant chain founded in Montreal, Quebec, Canada by Myer Dunn.[2]

Dunn's
Restaurant franchise
IndustryFood service
Founded1927 (1927) on Avenue Papineau near Avenue du Mont-Royal
FounderMyer Dunn
Headquarters,
Number of locations
6 (2019)[1]
Area served
Quebec, British columbia
ProductsFood and drink (Montreal-style smoked meat, pastrami and cheesecake)
Websitedunnsfamous.com

History

Dunn, who immigrated to Canada in 1911, opened his first restaurant in 1927 on Avenue Papineau near Avenue du Mont-Royal.[3] In 1948 he opened his first restaurant to be called "Dunn's Famous Delicatessen" at the corner of Avenue du Parc and Avenue du Mont-Royal.[4]

In 1955 he opened his flagship restaurant at 892 Saint Catherine Street West.[5] The storefront windows were famous for the top-to-bottom stacks of large jars full of hot banana peppers.[6] The deli was open 24 hours a day, unusual for restaurant in the downtown core. Beginning in the 1970s Dunn's Famous began to focus more on Montreal-style smoked meat, eventually stopping its promotion of Pastrami.[7][8]

The iconic Saint Catherine Street deli closed in 1998, but a new restaurant was opened in 2000 on Metcalfe Street, close to the old location, by Dunn's grandson.[9]

Ina Devine, daughter of Aideh Dunn, has franchised the restaurant, now with multiple locations across Ontario, Elliot Kligman has franchises in Quebec and also offers Dunn's brand products to retail sellers.[10]

Bill 101

The Parti Québécois provincial government amended Bill 101 in the 1980s, making French the official language of the Quebec government. In the mid-1980s, several Jewish delicatessens ran afoul of the law, including Dunn's and Schwartz's, the latter whose owner of which was subjected to failed legal action by the OLF due to the apostrophe in his sign, which remains.[11]

In the mid-1980s, Dunn's got into trouble with Bill 101 for having the English term "smoked meat" on the sign out front. Dunn's manager at the time stated in defence of the sign that Parti Québécois MNA Gérald Godin himself ordered the sandwich by its name.[12] Dunn's also fought a ruling to change the name of "smoked meat" to "boeuf mariné" in order to conform to the Quebec Charter of the French language.[13] They won the ruling on appeal by proving that if they did not advertise "smoked meat" by that term they would confuse and anger customers.[14] Due to the work of Aideh Dunn, under the new ruling, enacted in 1987, smoked meat became a word in both official languages of Canada.[15]

Locations

There are currently ten locations, which are:[16][17]

Quebec

British Columbia

Ontario

gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.
gollark: Are you less utilitarian with your names than <@125217743170568192> but don't really want to name your cool shiny robot with the sort of names used by *foolish organic lifeforms*? Care somewhat about storage space and have HTTP enabled to download name lists? Try OC Robot Name Thing! It uses the OpenComputers robot name list for your... CC computer? https://pastebin.com/PgqwZkn5
gollark: I wanted something to play varying music in my base, so I made this.https://pastebin.com/SPyr8jrh is the CC bit, which automatically loads random tapes from a connected chest into the connected tape drive and plays a random track. The "random track" bit works by using an 8KiB block of metadata at the start of the tape.Because I did not want to muck around with handling files bigger than CC could handle within CC, "tape images" are generated with this: https://pastebin.com/kX8k7xYZ. It requires `ffmpeg` to be available and `LionRay.jar` in the working directory, and takes one command line argument, the directory to load to tape. It expects a directory of tracks in any ffmpeg-compatible audio format with the filename `[artist] - [track].[filetype extension]` (this is editable if you particularly care), and outputs one file in the working directory, `tape.bin`. Please make sure this actually fits on your tape.I also wrote this really simple program to write a file from the internet™️ to tape: https://pastebin.com/LW9RFpmY. You can use this to write a tape image to tape.EDIT with today's updates: the internet→tape writer now actually checks if the tape is big enough, and the shuffling algorithm now actually takes into account tapes with different numbers of tracks properly, as well as reducing the frequency of a track after it's already been played recently.
gollark: https://pastebin.com/pDNfjk30Tired of communicating fast? Want to talk over a pair of redstone lines at 10 baud? Then this is definitely not perfect, but does work for that!Use `set rx_side [whatever]` and `set tx_side [whatever]` on each computer to set which side of the computer they should receive/transmit on.

See also

References

  1. "You can visit a Dunn's Famous at any of the following locations". Dunn's Famous. Retrieved 2019-06-10.
  2. "The Montreal Gazette - Google News Archive Search". news.google.com. Retrieved 2016-03-02.
  3. About Us - Dunn's Famous - The Original Montreal Deli
  4. ibid.
  5. ibid.
  6. Downtown Montreal - Phillips Square
  7. "The Montreal Gazette - Google News Archive Search". news.google.com. Retrieved 2016-03-02.
  8. "The Montreal Gazette - Google News Archive Search". news.google.com. Retrieved 2016-03-02.
  9. Downtown Montreal - Phillips Square
  10. Find Dunn's Products at Retail Locations
  11. B'nai B'rith. 1996 Audit of Antisemitic Incidents Archived 2009-02-07 at the Wayback Machine. Retrieved November 26, 2004.
  12. Macdonell. "The Montreal Gazette - Google News Archive Search". news.google.com. Retrieved 2016-03-02.
  13. "The Montreal Gazette - Google News Archive Search". news.google.com. Retrieved 2016-03-02.
  14. "Ottawa Citizen - Google News Archive Search". news.google.com. Retrieved 2016-03-02.
  15. "Ottawa Citizen - Google News Archive Search". news.google.com. Retrieved 2016-03-02.
  16. dunnsfamous.com - Our locations
  17. http://dunnsdecarie.ca/ - Decarie Location
  18. Pawsey, Tim. "Montreal's Dunns finally lands in Lotusland". Vancouver Courier. Retrieved 2015-12-02.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.