Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 650 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 650 Bytes

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.