[PR #582] [MERGED] Russian slug and Multibyte String #5673

Closed
opened 2026-02-05 10:13:53 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/582
Author: @vldmr-k
Created: 11/3/2017
Status: Merged
Merged: 11/11/2017
Merged by: @ssddanbrown

Base: masterHead: patch-1


📝 Commits (1)

  • 6b2581d Russian slug and Multibyte String

📊 Changes

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

View changed files

📝 app/Repos/EntityRepo.php (+1 -1)

📄 Description

Generate russian slug not correct if using strtolower.
Better using mb_strtolower if that function exists.


🔄 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/BookStackApp/BookStack/pull/582 **Author:** [@vldmr-k](https://github.com/vldmr-k) **Created:** 11/3/2017 **Status:** ✅ Merged **Merged:** 11/11/2017 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`6b2581d`](https://github.com/BookStackApp/BookStack/commit/6b2581de63ff39fbec505a11ddab5aa34f8673dc) Russian slug and Multibyte String ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Repos/EntityRepo.php` (+1 -1) </details> ### 📄 Description Generate russian slug not correct if using strtolower. Better using mb_strtolower if that function exists. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:13:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5673