8000 GitHub - sgf/ubidi: pure C#/.Net unicode bidi (bidirectional) algorithm implementation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ ubidi Public
forked from fsufyan/BidiSharp

pure C#/.Net unicode bidi (bidirectional) algorithm implementation

License

Notifications You must be signed in to change notification settings

sgf/ubidi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BidiSharp

A free C# implementation for unicode bidirectional algorithm UAX#9 https://www.unicode.org/reports/tr9/.

Background

Reponsible for supporting text bidirectionality, for ordering, positioning of texts containing mixed right-to-left and left-to-right, such as Latin+Arabic or Hebrew. Similar c# implementation like ICU and FriBidi

Implementation

The current release v0.2 supports Unicode 6.3 Technical Report 9-28 revision(28) https://www.unicode.org/reports/tr9/tr9-28.html. Next releases will support latest Unicode version.

some thing about unicode:

https://github.com/Rungee/NLineBreak https://github.com/ufcpp/GraphemeSplitter https://github.com/DaniRK/UnicodeScriptDetectorNet

About

pure C#/.Net unicode bidi (bidirectional) algorithm implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0% 2ADB
0