[Request] [Plugin] Unicode UTF-16 Encoder/Decoder with \u support
-
Hi,
Please could you add this plugin for offline using?Unicode UTF-16 Example:
\u0048\u0065\u006c\u006c\u006f! -
npp is open source, so …
-
so what? please explain!
-
from your request I understand that you want to use some code from npp.
If that is the case you can check the source code and see what it does.
Then build your tool like you want it to behave. -
welcome to the notepad++ community, @Ibrahim-Ali
please respect our community members and always state a fully detailed and understandable question.
for example if your real question is:
“how do i convert\u0048\u0065\u006c\u006c\u006f!
toHello!
with notepad++”the answer is:
open notepad++ (version 7.6.2 or higher is required for this guide)
go to menu > plugins > plugins admin
find and install the plugin “HTML Tag”
select (mark) your text
go to menu > plugins > html tag >>> decode js as seen on the screenshot below:the result will be:
-
sorry for that!
i will write more details next time!Yes, you right!
i just want to decode/encode the text into unicode utf-16
i was using branah.com/unicode-converter but it’s for online use only!i tried your guide and it’s worked great!
the HTML tag plugin it’s was my dream!thanks you @Meta Chuh & npp community for everything!