Add "normalize" function for Unicode
還沒有人認領這個 Issue。
評估
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 新手友好度
- 38/100
- Issue 類型
- 功能
- 描述清晰度
- 基本清楚
- 活躍度
- 停滯
- 技術堆疊
- javascript
- 領域
- web-dev
研究方向
Start by comparing the referenced normalize implementation in src/Data/String/Utils.purs with this library's existing string functions, then review the linked MDN and Microsoft documentation for browser support. Done means the library provides a Unicode normalization function while preserving compatibility for users without ES6 support.
由索引模型根據 Issue 內容生成。
描述
@michaelficarra is adding functions for working with strings of Unicode code points. Normalization is an important part of supporting Unicode strings, as illustrated by a Spotify blogpost, Creative Usernames.
Looks like https://github.com/menelaos/purescript-stringutils/blob/v0.0.6/src/Data/String/Utils.purs#L221 has this function, but we can also add it here, as some functions in that repo presumes ES6 support, which isn't acceptable by all PS users.
IDK if we can add this function to this lib, though, as it looks like only MS Edge browser has str.normalize - MS docs: normalize. But most other browsers should have it - MDN: normalize
- 主要語言
- PureScript
- 星號
- 57
- 分支
- 76
- PR 合併指標
- 30 天內沒有已合併 PR
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
purescript/purescript-strings 的其他 Issue
-
難度 2/5 1-3 小時 新手友好度 35/100
purescript/purescript-strings#176 · 6 則留言 ·
-
難度 4/5 3-5 天 新手友好度 35/100
purescript/purescript-strings#171 · 3 則留言 · 1 個 reaction ·
-
難度 3/5 1-2 天 新手友好度 45/100
purescript/purescript-strings#170 ·
-
難度 5/5 一週以上 新手友好度 25/100
purescript/purescript-strings#169 · 7 則留言 ·
-
難度 3/5 1-2 天 新手友好度 38/100
purescript/purescript-strings#167 · 4 則留言 ·
查看 purescript/purescript-strings 的全部 Issue
相似的 Issue
-
refactor
難度 2/5 1-3 小時 新手友好度 84/100
-
Issue-Bug
難度 2/5 1-3 小時 新手友好度 68/100
sugarlabs/musicblocks#8924 ·
-
N: AdGuard Browser Extension P2: High T: Annoyance
難度 2/5 1-3 小時 新手友好度 68/100
AdguardTeam/AdguardFilters#242499 ·
-
難度 2/5 1-3 小時 新手友好度 86/100
paperclipai/paperclip#13957 ·
-
難度 2/5 1-3 小時 新手友好度 75/100