Git Product home page Git Product logo

converter's People

Contributors

chcg avatar dartraiden avatar donho avatar i3fe-at-work avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

converter's Issues

Octadecimal

Octadecimal is not the same as Octal. Octadecimal is similar to Hexadecimal but with two more digits.

New functionality: Unicode -> Hex, UTF-8 -> Hex

what about add this new functionality to plugin?

     Unicode -> Hex
     Hex -> Unicode
     UTF-8 -> Hex
     Hex -> UTF-8

or probably best solution is look at the document setting (ANSI, UTF-8, Unicode...) and do it automatically, just change caption in menu universally:

     Text -> Hex
     Hex -> Text

keep text conversion on user if he need different format

New conversion formats: HEX->BIN(binary), ASCII->BIN, BIN->ASCII

now it is possible to convert only:
ASCII -> HEX
HEX -> ASCII

please add new conversion options
HEX -> BIN (binary)
BIN -> HEX
ASCII -> BIN
BIN-> ASCII

I sometimes need to convert data directly from the collected binary 1 and 0.
An example of working with binary data:
01100001 01100010 01100011 -> abc
abc -> 01100001 01100010 01100011

ASCII -> HEX Not Working For Some Characters

I've experienced some problems with the ASCII -> HEX conversion that is a bit ODD on 64-bit version of Notepad++.

The NUL character (hex 00) will convert to hex 20 instead of 00, and if the ASCII string contains the (hex FF) character the conversion will NOT occur.

I think these may be a result of the recent changes for the following version:
Notepad++ v7.3.3 (64-bit)
Build time : Mar 8 2017 - 03:39:58
Path : C:\Program Files\Notepad++\notepad++.exe
Admin mode : OFF
Local Conf mode : OFF
OS : Windows 10 (64-bit)
Plugins : mimeTools.dll NppConverter.dll

NOTE: If I change the 20 hex values back to 00 then the conversion from HEX -> ASCII is correct for the NUL character.

ff issue

I convert ff from hex to ascii and get xFF
Then I try to convert xFF back to hex but nothing happens.
Is this a bug?
Best
Hakan Toptas, Istanbul

Sorry did not see the similar issue.

Conversion from hex 200b to ASCII appears broken

Steps to reproduce:

  1. Open the conversion panel using Plugins -> Converter -> Conversion Panel
  2. Enter a hexadecimal value of 200b
  3. Click copy or insert for ASCII

Expected result

That a ZERO LENGTH SPACE would be copied into the clipboard when Copy was clicked or inserted into the document when Insert was clicked.

Actual result

Nothing.

The clipboard maintains previous contents and no new characters are added to the document.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.