Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s1n7ax/open-unicode-converter
open unicode converter implementation
https://github.com/s1n7ax/open-unicode-converter
sinhala-language sinhala-unicode unicode unicode-converter
Last synced: about 1 month ago
JSON representation
open unicode converter implementation
- Host: GitHub
- URL: https://github.com/s1n7ax/open-unicode-converter
- Owner: s1n7ax
- License: mit
- Created: 2019-03-03T11:26:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:14:18.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T17:13:55.640Z (5 months ago)
- Topics: sinhala-language, sinhala-unicode, unicode, unicode-converter
- Language: JavaScript
- Homepage: https://www.sinhalaunicode.org/
- Size: 3.77 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenUnicodeConverter
Try the application here: [https://www.sinhalaunicode.org](https://www.sinhalaunicode.org/)
![screenshot](https://raw.githubusercontent.com/s1n7ax/open-unicode-converter/master/screenshots/screenshot1.png)
I wanted to create a Unicode converter that is truly free, opensource and most importantly, Configurable. First I went through some of the applications I found on the internet.
Their Disadvantages:
* None of these are FOSS (https://en.wikipedia.org/wiki/Free_and_open-source_software)
* None of these are configurable
* QSfox - This used to be the best Sinhala Unicode Converter back then but no longer works or available for download
* Real Time Unicode Converter - editing is hard because the converted text is in another text area. Unable to include some English characters in the Sinhala text.
* Helakuru - Not really a good online Unicode converter. No help page. No good use of space on the website. It's just for showcasing the capabilities.
* Google Input Tools - Awesome, but I prefer just typing what I want instead of selecting whatever the word google is suggesting to me. If you happened to write official documents, I highly recommend Input tool over anything, but I'm not that guy.So I came up with "Open Unicode Converter" solution, with a configurable and extensible (for other languages) FOSS implementation along with "Sinhala Unicode Converter" implementation and a simple web UI to showcase the capabilities.
Features:
* You are free to update or change anything (FOSS).
* If you just want to change a letter, you don't need any programming knowledge.
* I have included Test Cases for every single conversion to Sinhala Unicode.
* Well commented and Readable code
* Really good use of space
* Now you can have English and Sinhala in the same document and keyboard short cut to change the language.(Ctrl + Space)*This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.3.4. Support Angular version 8.0.0*
## Install angular-cli
Make sure global binary path of npm or yarn is included in the `PATH` environment variable
```
// using npm
npm install -g @angular/cli// using yarn
yarn global add @angular/cli
```## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).