[PR #11518] [MERGED] fix: replace Cyrillic 'С' with Latin 'C' in Country property #311

Closed
opened 2026-07-19 00:43:54 +03:00 by mirror-bot · 0 comments

📋 Pull Request Information

Original PR: https://github.com/Flowseal/zapret-discord-youtube/pull/11518
Author: @dima69
Created: 3/26/2026
Status: Merged
Merged: 4/1/2026
Merged by: @Flowseal

Base: mainHead: fix/country-property


📝 Commits (1)

  • 7dfdd98 fix: replace Cyrillic 'С' with Latin 'C' in Country property

📊 Changes

1 file changed (+5 additions, -5 deletions)

View changed files

📝 utils/test zapret.ps1 (+5 -5)

📄 Description

The Country property in the code used a Cyrillic 'С' (U+0421) instead of a Latin 'C' (U+0043). This caused the script to crash.

This PR replaces the Cyrillic character with the correct Latin C, preventing crashes and ensuring consistent property access.

Related to: #11349


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Flowseal/zapret-discord-youtube/pull/11518 **Author:** [@dima69](https://github.com/dima69) **Created:** 3/26/2026 **Status:** ✅ Merged **Merged:** 4/1/2026 **Merged by:** [@Flowseal](https://github.com/Flowseal) **Base:** `main` ← **Head:** `fix/country-property` --- ### 📝 Commits (1) - [`7dfdd98`](https://github.com/Flowseal/zapret-discord-youtube/commit/7dfdd98b3b651af092228e015b354b12cbab11c3) fix: replace Cyrillic 'С' with Latin 'C' in Country property ### 📊 Changes **1 file changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `utils/test zapret.ps1` (+5 -5) </details> ### 📄 Description The Country property in the code used a Cyrillic 'С' (U+0421) instead of a Latin 'C' (U+0043). This caused the script to crash. This PR replaces the Cyrillic character with the correct Latin C, preventing crashes and ensuring consistent property access. Related to: #11349 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror-bot added the pull-request label 2026-07-19 00:43:54 +03:00
mirror-bot changed title from [PR #11518] [MERGED] fix: replace Cyrillic 'С' with Latin 'C' in Country property to [PR #11518] fix: replace Cyrillic 'С' with Latin 'C' in Country property 2026-07-20 04:25:33 +03:00
mirror-bot changed title from [PR #11518] fix: replace Cyrillic 'С' with Latin 'C' in Country property to [PR #11518] [MERGED] fix: replace Cyrillic 'С' with Latin 'C' in Country property 2026-07-20 23:20:23 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Utilities/zapret-discord-youtube#311