- AuthorPosts
- December 3, 2013 at 5:10 pm #17572Yutaka EmuraKeymaster
Today, we are releasing EmEditor Professional v14 beta 2.
Updates from v14 beta 1 include:
– Added UI for Czech, Dutch, French, German, Italian, Spanish, Korean, Simplified Chinese, and Traditional Chinese.
– Fixed the bug where even if a lifetime license v14 key is entered, when you launch EmEditor, you might see a prompt says: “Your maintenance plan will end soon. Please renew your maintenance plan, and click OK to enter your new registration key.”
– Optimized to reduce the screen refresh when the Customize Macros or Customize Menus dialog is closed.=== To Download ===
http://www.emeditor.com/pub/emed32_13.9.2.exe (32-bit installer)
http://www.emeditor.com/pub/emed64_13.9.2.exe (64-bit installer)How to create portable version:
http://www.emeditor.com/support/#toggle-id-12To use v14 beta, you will need a v14 registration key. If you have valid v13 licenses, you can view your free v14 registration keys at Emurasoft Customer Center:
https://www.emurasoft.com/support/upgrade_e.php
If you already have a valid v13 license, upgrade from v13 is free!
Please also read: Announcing our policy change to rapid development, and introducing a maintenance plan.
Thank you for continue using EmEditor!
December 5, 2013 at 3:24 am #17588IvanParticipantHi Yutaka,
Please, take a look at the new Percent-encoding function. There might be a bug in it.
Example:
- Convert the following URL text using the Unicode to Percent-encoding function.
www.server.com/?p=user&id=44072
The result should be:
www.server.com%2f%3fp%3duser%26id%3d44072
- Now, convert it back using the Percent-encoding to Unicode function.
The result is:
www.server.com/?p=user&id=@72
It is different from the original text.
December 5, 2013 at 2:58 pm #17605Yutaka EmuraKeymasterHi Ivan,
Indeed, this was a bug, and I fixed it. Please try beta 3 when it becomes available.
Thank you!
December 5, 2013 at 11:52 pm #17608IvanParticipantHi, Yutaka,
I can confirm the fix.
Thank you! - Convert the following URL text using the Unicode to Percent-encoding function.
- AuthorPosts
- You must be logged in to reply to this topic.