C# (.NET) library for converting, analyzing, and testing Gurmukhi strings.
dotnet add package GurmukhiUtils
This is an example. To learn more, see any function's docstring in the source code.
Example
using ShabadOS.GurmukhiUtils;
GurmukhiUtils.ToUnicode("gurU")
'ਗੁਰੂ'
GurmukhiUtils.ToAscii("ਗੁਰੂ")
'gurū'
If you want to help, please get started with the CONTRIBUTING.md doc
Gurmukhi Utils comes in many programming languages. Use the Gurmukhi Utils library in another language.