# Σで終わるUnicodeユーザー名でプロフィールページ読み込みエラーが発生

**URL:** https://meta.discourse.org/t/unicode-username-with-as-the-final-char-leads-to-an-error-loading-profile-page/173182
**Category:** Bug
**Created:** [2020 年 12 月 13 日午後 11:24 UTC](https://meta.discourse.org/t/unicode-username-with-as-the-final-char-leads-to-an-error-loading-profile-page/173182 "2020-12-13T23:24:31Z")
**Posts on this page:** 1
**Showing post:** 29

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [2020 年 12 月 20 日午後 10:00 UTC](https://meta.discourse.org/t/unicode-username-with-as-the-final-char-leads-to-an-error-loading-profile-page/173182/29 "2020-12-20T22:00:40Z")

</div>

> [@chrispanag](#):
>
> 現在のカテゴリやタグで起こっているような仕組みを実装するのはどうでしょうか？

これは長年話題に上がっています：[Update quotes and mentions when username is changed - #10 by sam](https://meta.discourse.org/t/update-quotes-and-mentions-when-username-is-changed/39836/10?u=sam)

2016 年当時、@eviltrout はこれに反対していました。現在も同じ立場かどうかはわかりません。

さて、Discourse にはこの PR で回避策があります：

> <https://github.com/discourse/discourse/pull/11540>
>
> Final sigma is not lower cased correctly in Ruby causing issues with routing.
> 
> T…his works around the issue by downcasing all usernames containing a sigma using JS.

これにより、先頭にシグマ記号が含まれるユーザー名をすべて小文字化することで、Facebook の新規登録に関する問題に対処します。つまり、Spiros のユーザー名や末尾にシグマ記号を持つ他のユーザーの名前をすべて小文字化して修正するだけで、長期的にはこの問題は解消されます。

（PR のマージ待ち）

---

_[View the full topic](https://meta.discourse.org/t/unicode-username-with-as-the-final-char-leads-to-an-error-loading-profile-page/173182)._
