Skip to content

mmzliveid/unicode-code-point-lookup-pwa

 
 

Repository files navigation

Unicode Code Point Lookup (Angular PWA)

GitHub Actions Statuss Azure Pipelines Status Gitter

Unicode Code Point Lookup is a Unicode encode / decode converter for converting UTF-32/UTF-16/UTF-8 code point sequences to text and vice versa written in Angular and Typescript.

Live Application - Unicode Code Point Lookup

Unicode Code Point Lookup

https://unicode-code-point-lookup.myanmartools.org

Features

  • Responsive and progressive web design
  • Can be used offline (Progressive Web Application - PWA)
  • On the fly converting Unicode hex numbers in UTF-32, UTF-16, and UTF-8 formats to their Unicode characters
  • Auto detect Zawgyi and Myanmar Unicode font encodings and display correctly
  • Custom fonts can be used for input/output text boxes
  • Supported input code point formats: C style (\U000000), JavaScript/Java style (\u0000), ES6 style (\u{0000}), U+HEX style (U+0000), \x hex numbers style (\x00)
  • Supported output code point formats: JavaScript/Java style (\u0000), ES6 style (\u{0000}), U+HEX style (U+0000)

Programming Languages & Frameworks

  • Latest version of Angular (v8)
  • Typescript
  • SCSS
  • Angular Material
  • Angular Flex-layout
  • Angular Universal (Server-side Rendering - SSR)
  • Progress Web App (PWA) with Angular Service Worker
  • Optimize use of RxJS

Usage Guide

A Guide to Using unicode-code-point-lookup @YouTube

Myanmar Tools Home

Myanmar Tools

https://myanmartools.org

A collection of useful open source projects for Myanmar specific applications, libraries, productivity tools and utilities.

Feedback and Contributing

Check out the Contributing page to see the best places to log issues and start discussions.

License

This repository is licensed with the MIT license.