Skip to content

[stable23] Avoid use of iconv to get rid of unicode - #29965

Merged
come-nc merged 1 commit into
stable23from
backport/29470/stable23
Dec 20, 2021
Merged

[stable23] Avoid use of iconv to get rid of unicode#29965
come-nc merged 1 commit into
stable23from
backport/29470/stable23

Conversation

@MichaIng

Copy link
Copy Markdown
Member

Manual backport of: #29470

@MichaIngMichaIng added this to the Nextcloud 23 milestone Nov 29, 2021
@MichaIng

Copy link
Copy Markdown
MemberAuthor

How to correctly sign-off when manually backporting someone else's commit? 🤔

@CarlSchwan

Copy link
Copy Markdown
Member

How to correctly sign-off when manually backporting someone else's commit? thinking

Probably by using git commit --amend --author 'Author name <email>' or something similar. And add a Co-authored-by: tag

@MichaIng
MichaIngforce-pushed the backport/29470/stable23 branch from e3a934a to ddde33fCompareNovember 29, 2021 16:52
@MichaIng

Copy link
Copy Markdown
MemberAuthor

Co-authored-by: did the trick 👍.

@MichaIng

Copy link
Copy Markdown
MemberAuthor

Not sure why backportbot failed as I don't see any difference in the code. Let's see whether it works from here.

@MichaIng

Copy link
Copy Markdown
MemberAuthor

/backport to stable22

@MichaIng

Copy link
Copy Markdown
MemberAuthor

/backport to stable21

@MichaIng

MichaIng commented Nov 30, 2021

Copy link
Copy Markdown
MemberAuthor

Additionally we should manually backport: #29958

Using iconv for translit depends upon server configuration, locale, and
PHP version. Using htmlentities instead to have a consistent behavior
independent of configuration.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Co-authored-by: MichaIng <micha@dietpi.com>
@MichaIng
MichaIngforce-pushed the backport/29470/stable23 branch from ddde33f to 4010e58CompareDecember 20, 2021 02:00
@come-nc
come-nc merged commit e0c6673 into stable23Dec 20, 2021
@come-nc
come-nc deleted the backport/29470/stable23 branch December 20, 2021 09:54
@skjnldsvskjnldsv mentioned this pull request Jan 7, 2022
6 tasks
This was referenced Jan 20, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsfeature: ldap

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@MichaIng@CarlSchwan@blizzz@come-nc