Skip to content

C# (.NET) Utility library for converting, analyzing, and testing Gurmukhi strings.

Notifications You must be signed in to change notification settings

onkarjit/GurmukhiUtils

Repository files navigation

Gurmukhi Utils (C# .NET)

C# (.NET) library for converting, analyzing, and testing Gurmukhi strings.

Installation

dotnet add package GurmukhiUtils

Usage

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ū'

Contribute

If you want to help, please get started with the CONTRIBUTING.md doc

Related

Gurmukhi Utils comes in many programming languages. Use the Gurmukhi Utils library in another language.

About

C# (.NET) Utility library for converting, analyzing, and testing Gurmukhi strings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages