-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tastyminerals
committed
Jan 31, 2016
1 parent
d02c054
commit 84bd596
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
charconv | ||
======== | ||
Charconv 0.1 is a small app that displays input query in various unicode representation formats (see repository screenshot). | ||
Charconv 0.1 is a small app that displays input query in various unicode representation formats. | ||
|
||
Choose your format type on the lower right pane. | ||
Enter a string (10 chars max) in the query above and press "Convert" button to see the results. | ||
|
||
You can do a reverse query in \\u, 0x, \\x notation as well. | ||
You can do a reverse query in ``\\u``, ``0x``, ``\\x`` notation as well. | ||
|
||
INSTALL: | ||
|
||
All you need to do is install python2.7 and run charconv-0.1.pyw | ||
All you need to do is install `python2.7 <https://www.python.org/downloads>`_ and run ``charconv-0.1.pyw`` |