Crime in Benin

Crime in Benin is high and especially targets visitors.[1]

Crime by type

Robbery

Petty crime is common throughout Benin.[1] Street robbery is a significant problem in Cotonou. Robbery and mugging occur along the Boulevard de France (the beach road by the Marina and Novotel Hotels) and on the beaches near hotels frequented by international visitors. Most of the reported incidents involve the use of force, often by armed persons, with occasional minor injury to the victim.[2] Even in daylight hours, foreigners on the beach near Cotonou are frequent victims of robberies.

There has been a continued increase in the number of robberies and carjacking incidents after dark, both within metropolitan Cotonou and on highways and rural roads outside of major metropolitan areas. Overland travel to Nigeria is dangerous near the Benin/Nigeria border due to unofficial checkpoints and highway banditry.

Human trafficking

Drug trafficking

Drug trafficking in Benin is increasing, due mainly to the porous borders and lack of government intervention of the illegal drug trafficking. While neighboring countries are making a concerted effort to fight the drug trade, the traffickers are using Benin to traffic drugs from South America into the United States and Europe. Drug use within Benin is low, with marijuana being the drug of choice. Marijuana is grown in the central region of Benin.[1]

Fraud

There is a high rate of credit card and automated teller machine (ATM) fraud, largely targeting foreigners.[3]

Corruption

In 2011, Transparency International ranked Benin as 100th of 182 countries on perceived corruption. Benin's score was 3 with 10 being the best possible score.[4]

gollark: At least it has generics.
gollark: Oh, and it's not a special case as much as just annoying, but it's a compile error to not use a variable or import. Which I would find reasonable as a linter rule, but it makes quickly editing and testing bits of code more annoying.
gollark: As well as having special casing for stuff, it often is just pointlessly hostile to abstracting anything:- lol no generics- you literally cannot define a well-typed `min`/`max` function (like Lua has). Unless you do something weird like... implement an interface for that on all the builtin number types, and I don't know if it would let you do that.- no map/filter/reduce stuff- `if err != nil { return err }`- the recommended way to map over an array in parallel, if I remember right, is to run a goroutine for every element which does whatever task you want then adds the result to a shared "output" array, and use a WaitGroup thingy to wait for all the goroutines. This is a lot of boilerplate.
gollark: It also does have the whole "anything which implements the right functions implements an interface" thing, which seems very horrible to me as a random change somewhere could cause compile errors with no good explanation.
gollark: - `make`/`new` are basically magic- `range` is magic too - what it does depends on the number of return values you use, or something. Also, IIRC user-defined types can't implement it- Generics are available for all of, what, three builtin types? Maps, slices and channels, if I remember right.- `select` also only works with the built-in channels- Constants: they can only be something like four types, and what even is `iota` doing- The multiple return values can't be used as tuples or anything. You can, as far as I'm aware, only return two (or, well, more than one) things at once, or bind two returns to two variables, nothing else.- no operator overloading- it *kind of* has exceptions (panic/recover), presumably because they realized not having any would be very annoying, but they're not very usable- whether reading from a channel is blocking also depends how many return values you use because of course

References

  1. "Benin 2012 OSAC Crime and Safety Report". 25 February 2012. Retrieved 31 October 2012.This article incorporates text from this source, which is in the public domain.
  2. "Benin Crime. Safety and crime information for travel and tourism in Benin - CountryReports". www.countryreports.org. Retrieved 2018-06-06.
  3. "Benin" Archived July 4, 2008, at the Wayback Machine. U.S. Department of State. This article incorporates text from this source, which is in the public domain.
  4. "2011 Corruption Perceptions Index". Transparency International. Retrieved 31 October 2012.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.