pnp / pnp/pnpframework

Diacritics / accents not working properly

Open
#863 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.