Diacritics / accents not working properly
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 259
- Forks
- 161
- Avg merge
- 10h 33m
- Merged PRs (30d)
- 1
Description
I'm trying to use diacritics (see https://en.wikipedia.org/wiki/Diacritic), sometimes called accents, in document library column titles, site column names and site column choices. However, they eventually do not render correctly.
E.g.,
Get-PnPField | Where {$_.InternalName -eq "SiteColumn"} | Remove-PnPField -Force
Add-PnPField -DisplayName "Site Cólumn" -InternalName "SiteColumn" -Type Choice -Choices "á","ë","ò"
becomes column name

with choices

(I filed this bug originally against the PnP PowerShell module but based on the feedback I got it seems to be more appropriate here?)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Add-PnPField example with accented display names and choices, then trace how the PnP PowerShell module and PnP Framework handle those values. Done means diacritics render correctly in document library column titles, site column names, and site column choices.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, powershell
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100