Skip to content

luchoct/unicode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unicode

Functional Specification

Write a program to output unicode, hex and decimal values for UTF8 character set.

For example given an input of £ (Pound Sign), the expected outputs would be:

Unicode Decimal Hex
U+00A3 194 163 c2 a3

Technical Specification

Maven 2 java SE application.

Changelog

  • 2013-02-27 Version 1.0 Initial version

Areas of improvement

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages