Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Congo aliases #40

Open
1chb opened this issue Nov 1, 2024 · 0 comments
Open

Congo aliases #40

1chb opened this issue Nov 1, 2024 · 0 comments

Comments

@1chb
Copy link

1chb commented Nov 1, 2024

I believe there are two Congo republics, one explicitly democratic and the other one. This is represented in the quad table:

  , (178, T.pack "Congo", ('C', 'G'), ('C', 'O', 'G'))
  , (180, T.pack "Congo (Democratic Republic of the)", ('C', 'D'), ('C', 'O', 'D'))

But the aliases seem suspicious:

  , (178, T.pack "Congo")
  , (178, T.pack "DR Congo")
  , (178, T.pack "Democratic Republic of the Congo")
  , (178, T.pack "Republic of the Congo")
  , (180, T.pack "Congo (Democratic Republic of the)")

Shouldn't all the democratic aliases map to 180? Both "DR Congo" and "Democratic Republic of the Congo" map to the other one and I think that is wrong. DR=Democratic Republic. I think it should be:

  , (178, T.pack "Congo")
  , (178, T.pack "Republic of the Congo")
  , (180, T.pack "DR Congo")
  , (180, T.pack "Democratic Republic of the Congo")
  , (180, T.pack "Congo (Democratic Republic of the)")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant