GodHand - Japanese Game Translator 3DS: Difference between revisions

From GameBrew
No edit summary
m (Text replacement - "Category:3DS homebrew rom hacks" to "")
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox-3DS-Homebrews
{{Infobox 3DS Homebrews
| title = GodHand - Japanese Game Translator
|title=GodHand - Japanese Game Translator
| image = https://dlhb.gamebrew.org/3dshomebrew/GodHand-JapaneseGameTranslator.jpg|250px
|image=Godhand3ds2.png
| type = PC Utilities
|description=Japanese Game Translator.
| version=v1.3.2
|author=Insight2k
| lastupdated = 2017/06/07
|lastupdated=2017/06/07
| licence = Mixed
|type=Hack Utilities
| author = Insight2k
|version=1.3.2
| website = https://gbatemp.net/threads/release-godhand-japanese-game-translator.472238/
|license=Mixed
| download = https://dlhb.gamebrew.org/3dshomebrew/GodHand-JapaneseGameTranslator.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/godhand3ds.7z
| source =
|website=https://gbatemp.net/threads/release-godhand-japanese-game-translator.472238/
|source=https://github.com/Insighter2k/GodHand
}}
}}
<youtube>2dadjRvQ-Co</youtube>
GodHand is a tool for translating the Japanese language to Romaji and English language. It is a tool developed for editing (3ds games) files.


<span style="font-size: 22px">'''GodHand'''</span>
It allows you to analyze and edit (3ds) files. To be specific, sort of .dat files. It reads japanese characters like hiragana, katakana, kanjis and kana. There are two inbuild translators for the that can assist you for the task.
A tool for translating the japanese language to romaji and english language. This tool is meant for editing (3ds games) files.
 
<span style="font-size: 18px">'''What does the program offer to you?'''</span>
This tool lets you analyze and edit (3ds) files. To be specific, sort of .dat files. It reads japanese characters like hiragana, katakana, kanjis and kana. I have added two inbuild translators which lets you translate it to romaji and english. It shall help you to locate the japanese words / sentences and offer you a first rough translation. You don't have to rely on this feature, but it can help you.


Additionally, you can analyze common pictures formats and let an OCR do the translations.
Additionally, you can analyze common pictures formats and let an OCR do the translations.
Line 23: Line 20:
For the mentioned translation projects, you can really create projects. So called project spaces allow you to manage your translations without touching the original fils. If you think, you are finished with the translation, you can release your project folder to the community and let them apply your changes.
For the mentioned translation projects, you can really create projects. So called project spaces allow you to manage your translations without touching the original fils. If you think, you are finished with the translation, you can release your project folder to the community and let them apply your changes.


<span style="font-size: 18px">'''How does it work?'''</span>
==Features==
The application is divided in several areas. Everything is managed via the title bar and the tab-control. There are static tab-items like File and OCR. Others are dynamic and can be created on your will.
* Custom encoding-tables (Alpha Version).
 
* OCR-support.
<span style="font-size: 15px">'''Tab File'''</span>
* Project folder structure.
You can select a single file and edit it like you want. Everything you save here will be directly written to the file!
* Patch management functionality.


<span style="font-size: 12px">'''How to use'''</span>
==User guide==
The usage is simple. You click &quot;SelectFile&quot; and select your desired file. When a file has been selected, you click &quot;Open File&quot; and the tool loads all words / sentences it can find to the result table. Additionally, you can set up the starting offset in &quot;Start Offset&quot; and the length of the offset, &quot;Offset Length&quot;. For really big files, this option does make senses. Otherwise stick to &quot;-1&quot;, which tells the tool to read the whole file. If the tool find just one japanese char, it will be added to the result table. In that case, some entries might look akward. You should ignore those.
'''Note:''' This program requires Windows with .NET Framework 4.5.2 to run.


You will find following columns:
The application is divided in several areas. Everything is managed via the title bar and the tab-control.


* Current Value: It will show you the current word / sentence the tool has found
There are static tab-items like File and OCR. Others are dynamic and can be created on your will.
* Length: It tells you, how long the the byte-array is for the current value
* New Value: You can enter your own value here. It accepts only typical UTF-8 letters.
* New Length: This is an important column. It displays the length of the new value. If this length exceeds the &quot;Current Length&quot;, then the file may break the target application / game. Be careful. Every entered UTF-8 letter in &quot;New Value&quot; is an additional char which adds up to the length. I have created a mechanism for not accepting values which are greater.
* Changes?: If you changed a row, you need to check the checkbox or the change won't be written to the file. Automatically set if current and new value are different.


If you click on a row, a ''detailed row'' will be shown with the following content
===File Tab===
Under the File Tab, you can edit any single file by selecting it. Everything you save here will be directly written to the file. To use:
* Click "SelectFile" and select your desired file.
* When a file has been selected, click "Open File" and the tool loads all words/sentences it can find to the result table.
* For large files, you can set up the starting offset in "Start Offset" and the length of the offset, "Offset Length".
* Otherwise stick to "-1", which tells the tool to read the whole file.
* If the tool find just one japanese char, it will be added to the result table. In that case, some entries might look akward. You should ignore those.


* Romaji Translation: Depending on the content of &quot;Current Value&quot;, it tries to translate it to romaji. I am not sure about whole sentences. Translation is started when selected row changes.
You will find following columns:
* Google English Translation: It tries to translate it to english via the google api. Translation is started when selected row changes.
* Current Value - It shows you the current word/sentence the tool has found
* Jisho Translation: Jisho will provide you with some additional information which the other two translators can't provide. Like english definitions, parts of speech, restriction ... .Translation is started when selected row changes.
* Length - It tells you, how long the byte-array is for the current value
 
* New Value - You can enter your own value here (only typical UTF-8 letters).
<span style="font-size: 15px">'''Tab OCR'''</span>
* Changes? - If you changed a row, you need to check the checkbox or the change won't be written to the file. Automatically set if current and new value are different.
You can select a single picture file and let run the OCR over your desired selection for a direct translation. The success depends on the quality of your chosen picture!
* New Length - This is an important column. It displays the length of the new value.  
 
** If this length exceeds the "Current Length", then the file may break the target application/game. So be careful.  
<span style="font-size: 12px">'''How to use'''</span>
** Every entered UTF-8 letter in "New Value" is an additional char which adds up to the length.  
This is quite straight forwarded. You click on &quot;Load Image&quot; and select your japanese image file you want to translate. If the image has been loaded, you can create a rectangle with your mouse (button down) on that image. If you have marked your text, let your mouse button go and wait a few seconds to load the Capture2Text result in the &quot;Input&quot; textbox. It will automaticall try to translate via google api into english. You might need to redo the steps for a good result.
** There is a mechanism for not accepting values which are greater.
 
<span style="font-size: 15px">'''Encoder'''</span>
You can now use a custom encoder. In the root subfolder ''encoding'', you can place any .txt file which contains the format ''{HexValue;Output Character}''.


Support is currently limited to max 3 bytes.
If you click on a row, a detailed row will be shown with the following content:
* Romaji Translation - Depending on the content of "Current Value", it tries to translate it to romaji (useful for short phrases). Translation starts when selected row changes.
* Google English Translation - It tries to translate it to english via the google api. Translation starts when selected row changes.
* Jisho Translation - Jisho will provide you with some additional information which the other two translators can't provide. Like english definitions, parts of speech, restriction...Translation starts when selected row changes.


For example
===OCR Tab===
You can select a single picture file and let run the OCR over your desired selection for a direct translation. The success depends on the quality of your chosen picture. To use:
* Click on "Load Image" and select your japanese image file you want to translate.
* If the image has been loaded, you can create a rectangle with your mouse (button down) on that image.
* If you have marked your text, let your mouse button go and wait a few seconds to load the Capture2Text result in the "Input" textbox.
* It will automaticall try to translate via google api into english. You might need to redo the steps for a good result.


===Custom Encoder===
In the root subfolder encoding, you can place any .txt file which contains the format {HexValue;Output Character}. Support is currently limited to max 3 bytes. For example:
* E44E1E;丞 => 3 bytes
* E44E1E;丞 => 3 bytes
* E015;ガ => 2 bytes
* E015;ガ => 2 bytes
* 01;0 => 1 byte
* 01;0 => 1 byte


It is still an alpha version. It needs to be tested for stable release. Please feel free to test it and giving feedback. You can use the feature on &quot;Tab File&quot; and the project workspace.
Note that this is still an alpha version.
 
===Settings===
Here you can change some settings for the tool like enabling translation (romaji, english) at all or how you would like to have your romaji translation.  


<span style="font-size: 15px">'''Settings'''</span>
Click on the title bar for activation.
You can change some settings for the tool like enabling translation (romaji, english) at all or how you would like to have your romaji translation. Click on the title bar for activation.


<span style="font-size: 18px">'''Projects'''</span>
===Project Management===
<span style="font-size: 15px">'''Project Management'''</span>
Project management allows you to create project spaces for your work. You can add, edit or delete projects.
Project management allows you to create project spaces for your work. You can add, edit or delete projects.
* Add - Creates a project with a certain name and a root path to your files you want to edit
* Edit - Choose an existing project and change its name or rootpath
* Delete - Deletes a project


* Add =&gt; Creates a project with a certain name and a root path to your files you want to edit
If you create a project, a folder will be created in the subfolder "projects".
* Edit =&gt; Choose an existing project and change its name or rootpath
* Delete =&gt; Deletes a project
 
If you create a project, a folder will be created in the subfolder &quot;projects&quot;.


<span style="font-size: 15px">'''Project Workspaces'''</span>
===Project Workspaces===
If you have created your project, you can select it from the titlebar and if you click on it, a tabitem will be added with the project name. In this workspace, you will have on the left side a navigator for the underlying folder and file structures of your selected rootpath.On the right side is the result table where you can act like in the Tab &quot;File&quot;. You have to double click on the selected file to open the file.
If you have created your project, you can select it from the titlebar and if you click on it, a tabitem will be added with the project name:
* In this workspace, you will have on the left side a navigator for the underlying folder and file structures of your selected rootpath.
* On the right side is the result table where you can act like in the Tab "File". You have to double click on the selected file to open the file.
* You have an additional column on your result table which is called "PatchValue".
* If you edited the file before and saved your results, you can see your/the changes from before.
* These changes are saved under the projects folder as a .ghp (GodHandPatch).


You have an additional column on your result table which is called &quot;PatchValue&quot;. If you edited the file before and saved your results, you can see your/the changes from before. These changes are saved under the projects folder as a ''.ghp'' (GodHandPatch)
===Patching===
Patching allows you your or from another user/team to use their translations.  


<span style="font-size: 15px">'''Patching'''</span>
You need to set the target folder (where your game is extracted) and the patch path (project path).
Patching allows you your or from another user / team to use their translations. You need to set the target folder (where your game is extracted) and the patch path (project path).


Be aware: The folder structure have to be the same in order for applying successful the patch.
Be aware: The folder structure have to be the same in order for applying successful the patch.
<span style="font-size: 18px">'''Pre-Requisites'''</span>
You need Windows with .NET Framework 4.5.2. Then you are set to go.
<span style="font-size: 18px">'''Possible Tasks'''</span>
* Custom encoding-tables (Alpha Version) (Done)
* OCR-support? (Done)
* Adding other translations APIs
* Creating a project folder structure (Done)
* Adding a release patch management functionality (Done)
<span style="font-size: 18px">'''Thanks'''</span>
@linguanostra for providing the .NET wrapper for the KAKASI tool which is doing the romaji translation for you
<span style="font-size: 18px">'''Links'''</span>
Kasaki Wrapper -&gt; https://github.com/linguanostra/Kakasi.NET
Capture2Text -&gt; http://capture2text.sourceforge.net/


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/3dshomebrews/godhand3ds3.png


* unitbase.dat - File from Inazuma Eleven 1-2-3 Legend of Endou Mamoru; contains the player names
https://dlhb.gamebrew.org/3dshomebrews/godhand3ds4.png
https://dlhb.gamebrew.org/3dshomebrew/upload_2017-5-31_10-47-7.png
 
Encoding version
https://dlhb.gamebrew.org/3dshomebrew/upload_2017-5-31_10-48-22.png
 
* OCR Picture Test
https://dlhb.gamebrew.org/3dshomebrew/upload_2017-5-31_10-49-25.png
 
 
* blogpost.dat - File from Inazuma Eleven 1-2-3 Legend of Endou Mamoru; contains whole sentences from the ingame blog
https://dlhb.gamebrew.org/3dshomebrew/upload_2017-5-31_10-50-1.png
 
 
* Settings
https://dlhb.gamebrew.org/3dshomebrew/upload_2017-6-1_1-32-2.png
 
 
* Project Management
https://dlhb.gamebrew.org/3dshomebrew/upload_2017-6-1_1-31-47.png
 
 
* Project Workspace
https://dlhb.gamebrew.org/3dshomebrew/upload_2017-6-1_18-34-38.png
 
 
* Patching
https://dlhb.gamebrew.org/3dshomebrew/upload_2017-6-1_18-35-22.png
 


If you have any additional questions, feel free to ask.
https://dlhb.gamebrew.org/3dshomebrews/godhand3ds5.png
Hopefully this tool can serve you in a way where you can get faster to your goal =&gt; translating games!


'''<span style="font-size: 18px">Download</span>'''
https://dlhb.gamebrew.org/3dshomebrews/godhand3ds6.png
[https://github.com/Insighter2k/GodHand/releases/tag/0.6 https://github.com/Insighter2k/GodHand/releases/]


=='''Updates'''==
https://dlhb.gamebrew.org/3dshomebrews/godhand3ds7.png
'''''1.3'''''
Added Jisho Wrapper
Added Jisho Translation to the detail rows.
Added to settings &quot;Enable Jisho Translation&quot;
'''''1.2'''''
Removed old files for &quot;Flyouts&quot;. Will not be implemented as of now.


Implemented now the full ProjectWorkspace. Changes will be saved in a separate file without changing the original file. This file is a patchfile which can be distributed.
https://dlhb.gamebrew.org/3dshomebrews/godhand3ds8.png


Added Tab &quot;Patching&quot;.
https://dlhb.gamebrew.org/3dshomebrews/godhand3ds9.png
It is possible with an imported project (from other users e.g.) to apply patches. (Patch distribution)


'''''1.1'''''
https://dlhb.gamebrew.org/3dshomebrews/godhand3ds10.png
Added Window-Title Bar Navigation:
- Click on Settings will add the tabitem with its content. Clicking on Settings again will close the window


Added Projekt Management functionality:
==Changelog==
- You can add, edit and delete projects
'''1.3.2'''
=&gt; Name / Fullpath
* Optimizations.
It lets you create in the subfolder &quot;projects&quot; a project folder for future use for translations.
* Fixes.
- Same clicking mechanism like Settings


You can select from the title bar the current project, clicking on it lets it add to the tabs.
'''1.3'''
This item is from type &quot;ProjectWorkspace&quot; It enables you to browse through the directories and files which you have configured via rootpath.
* Added Jisho Wrapper.
* Added Jisho Translation to the detail rows.
* Added to settings "Enable Jisho Translation".


Made a fix for the encoding tables where \r \n were not correctly translated.
'''1.2'''
* Removed old files for "Flyouts". Will not be implemented as of now.
* Implemented now the full ProjectWorkspace. Changes will be saved in a separate file without changing the original file. This file is a patchfile which can be distributed.
* Added Tab "Patching".
* It is possible with an imported project (from other users e.g.) to apply patches. (Patch distribution).


Added in the &quot;ProjectWorkspace&quot; standard option like encoding table, offset and displaying the results in the datagrid via double click on the filebrowser.
'''1.1'''
* Added Window-Title Bar Navigation:
** Click on Settings will add the tabitem with its content. Clicking on Settings again will close the window.
* Added Projekt Management functionality:
** You can add, edit and delete projects => Name / Fullpath.
** It lets you create in the subfolder "projects" a project folder for future use for translations.
** Same clicking mechanism like Settings.
* You can select from the title bar the current project, clicking on it lets it add to the tabs.
* This item is from type "ProjectWorkspace" It enables you to browse through the directories and files which you have configured via rootpath.
* Made a fix for the encoding tables where \r \n were not correctly translated.
* Added in the "ProjectWorkspace" standard option like encoding table, offset and displaying the results in the datagrid via double click on the filebrowser.
* Fixed SaveButton bug for saving edited values.
* Optimizations.


Fixed SaveButton bug for saving edited values.
'''1.0'''
* Removed Filesize and Last Write UI-Element in Tab "File".
* Added UI-Element "Encoder" in Tab "File".
* Added functionality for custom encoders (alpha version) with max length of 3 bytes.
* Added for "Saving File" a file backup dialog.


Optimizations
'''0.9'''
* Added TabControl for navigating between file and ocr analyzer.
* Added OCR functionality with Capture2Text 4.2.0
* 7z is now required to high data load. Compressed it to a good amount.


'''''1.0'''''
'''0.8'''
Removed Filesize and Last Write UI-Element in Tab &quot;File&quot;.
* Optimized code
Added UI-Element &quot;Encoder&quot; in Tab &quot;File&quot;.
* Added google translate api.
Added functionality for custom encoders (alpha version) with max length of 3 bytes.
* Added xml read / write support for classes.
Added for &quot;Saving File&quot; a file backup dialog.
* Added settings with logic.
'''''0.9'''''
* Added DetailsRow for visualization and translation purposes.
Added TabControl for navigating between file and ocr analyzer.
Added OCR functionality with Capture2Text 4.2.0


7z is now required to high data load. Compressed it to a good amount.
'''0.7'''
* Renamed Columns for better view experience:
** Current Length -> Length.
** New Value Length -> New Length.
* Added Validation for "New Value" -> If the entered "value" is greater than bytevalue, value cannot be stored.
* Changes will be automatically checked, if current and entered value are different.


'''''0.8'''''
==Credits==
Optimized code
Thanks to linguanostra for providing the .NET wrapper for the KAKASI tool which is doing the romaji translation for you.
Added google translate api
Added xml read / write support for classes
Added settings with logic
Added DetailsRow for visualization and translation purposes
'''''0.7'''''
Renamed Columns for better view experience:
Current Length -&gt; Length
New Value Length -&gt; New Length


Added Validation for &quot;New Value&quot; -&gt; If the entered &quot;value&quot; is greater than bytevalue, value cannot be stored.
* [https://github.com/linguanostra/Kakasi.NET Kasaki Wrapper.]
* [http://capture2text.sourceforge.net/ Capture2Text.]


Changes will be automatically checked, if current and entered value are different.
==External links==
* GitHub - https://github.com/Insighter2k/GodHand
* GBAtemp - https://gbatemp.net/threads/release-godhand-japanese-game-translator.472238/

Latest revision as of 06:08, 6 May 2024

GodHand - Japanese Game Translator
Godhand3ds2.png
General
AuthorInsight2k
TypeHack Utilities
Version1.3.2
LicenseMixed
Last Updated2017/06/07
Links
Download
Website
Source

GodHand is a tool for translating the Japanese language to Romaji and English language. It is a tool developed for editing (3ds games) files.

It allows you to analyze and edit (3ds) files. To be specific, sort of .dat files. It reads japanese characters like hiragana, katakana, kanjis and kana. There are two inbuild translators for the that can assist you for the task.

Additionally, you can analyze common pictures formats and let an OCR do the translations.

For the mentioned translation projects, you can really create projects. So called project spaces allow you to manage your translations without touching the original fils. If you think, you are finished with the translation, you can release your project folder to the community and let them apply your changes.

Features

  • Custom encoding-tables (Alpha Version).
  • OCR-support.
  • Project folder structure.
  • Patch management functionality.

User guide

Note: This program requires Windows with .NET Framework 4.5.2 to run.

The application is divided in several areas. Everything is managed via the title bar and the tab-control.

There are static tab-items like File and OCR. Others are dynamic and can be created on your will.

File Tab

Under the File Tab, you can edit any single file by selecting it. Everything you save here will be directly written to the file. To use:

  • Click "SelectFile" and select your desired file.
  • When a file has been selected, click "Open File" and the tool loads all words/sentences it can find to the result table.
  • For large files, you can set up the starting offset in "Start Offset" and the length of the offset, "Offset Length".
  • Otherwise stick to "-1", which tells the tool to read the whole file.
  • If the tool find just one japanese char, it will be added to the result table. In that case, some entries might look akward. You should ignore those.

You will find following columns:

  • Current Value - It shows you the current word/sentence the tool has found
  • Length - It tells you, how long the byte-array is for the current value
  • New Value - You can enter your own value here (only typical UTF-8 letters).
  • Changes? - If you changed a row, you need to check the checkbox or the change won't be written to the file. Automatically set if current and new value are different.
  • New Length - This is an important column. It displays the length of the new value.
    • If this length exceeds the "Current Length", then the file may break the target application/game. So be careful.
    • Every entered UTF-8 letter in "New Value" is an additional char which adds up to the length.
    • There is a mechanism for not accepting values which are greater.

If you click on a row, a detailed row will be shown with the following content:

  • Romaji Translation - Depending on the content of "Current Value", it tries to translate it to romaji (useful for short phrases). Translation starts when selected row changes.
  • Google English Translation - It tries to translate it to english via the google api. Translation starts when selected row changes.
  • Jisho Translation - Jisho will provide you with some additional information which the other two translators can't provide. Like english definitions, parts of speech, restriction...Translation starts when selected row changes.

OCR Tab

You can select a single picture file and let run the OCR over your desired selection for a direct translation. The success depends on the quality of your chosen picture. To use:

  • Click on "Load Image" and select your japanese image file you want to translate.
  • If the image has been loaded, you can create a rectangle with your mouse (button down) on that image.
  • If you have marked your text, let your mouse button go and wait a few seconds to load the Capture2Text result in the "Input" textbox.
  • It will automaticall try to translate via google api into english. You might need to redo the steps for a good result.

Custom Encoder

In the root subfolder encoding, you can place any .txt file which contains the format {HexValue;Output Character}. Support is currently limited to max 3 bytes. For example:

  • E44E1E;丞 => 3 bytes
  • E015;ガ => 2 bytes
  • 01;0 => 1 byte

Note that this is still an alpha version.

Settings

Here you can change some settings for the tool like enabling translation (romaji, english) at all or how you would like to have your romaji translation.

Click on the title bar for activation.

Project Management

Project management allows you to create project spaces for your work. You can add, edit or delete projects.

  • Add - Creates a project with a certain name and a root path to your files you want to edit
  • Edit - Choose an existing project and change its name or rootpath
  • Delete - Deletes a project

If you create a project, a folder will be created in the subfolder "projects".

Project Workspaces

If you have created your project, you can select it from the titlebar and if you click on it, a tabitem will be added with the project name:

  • In this workspace, you will have on the left side a navigator for the underlying folder and file structures of your selected rootpath.
  • On the right side is the result table where you can act like in the Tab "File". You have to double click on the selected file to open the file.
  • You have an additional column on your result table which is called "PatchValue".
  • If you edited the file before and saved your results, you can see your/the changes from before.
  • These changes are saved under the projects folder as a .ghp (GodHandPatch).

Patching

Patching allows you your or from another user/team to use their translations.

You need to set the target folder (where your game is extracted) and the patch path (project path).

Be aware: The folder structure have to be the same in order for applying successful the patch.

Screenshots

godhand3ds3.png

godhand3ds4.png

godhand3ds5.png

godhand3ds6.png

godhand3ds7.png

godhand3ds8.png

godhand3ds9.png

godhand3ds10.png

Changelog

1.3.2

  • Optimizations.
  • Fixes.

1.3

  • Added Jisho Wrapper.
  • Added Jisho Translation to the detail rows.
  • Added to settings "Enable Jisho Translation".

1.2

  • Removed old files for "Flyouts". Will not be implemented as of now.
  • Implemented now the full ProjectWorkspace. Changes will be saved in a separate file without changing the original file. This file is a patchfile which can be distributed.
  • Added Tab "Patching".
  • It is possible with an imported project (from other users e.g.) to apply patches. (Patch distribution).

1.1

  • Added Window-Title Bar Navigation:
    • Click on Settings will add the tabitem with its content. Clicking on Settings again will close the window.
  • Added Projekt Management functionality:
    • You can add, edit and delete projects => Name / Fullpath.
    • It lets you create in the subfolder "projects" a project folder for future use for translations.
    • Same clicking mechanism like Settings.
  • You can select from the title bar the current project, clicking on it lets it add to the tabs.
  • This item is from type "ProjectWorkspace" It enables you to browse through the directories and files which you have configured via rootpath.
  • Made a fix for the encoding tables where \r \n were not correctly translated.
  • Added in the "ProjectWorkspace" standard option like encoding table, offset and displaying the results in the datagrid via double click on the filebrowser.
  • Fixed SaveButton bug for saving edited values.
  • Optimizations.

1.0

  • Removed Filesize and Last Write UI-Element in Tab "File".
  • Added UI-Element "Encoder" in Tab "File".
  • Added functionality for custom encoders (alpha version) with max length of 3 bytes.
  • Added for "Saving File" a file backup dialog.

0.9

  • Added TabControl for navigating between file and ocr analyzer.
  • Added OCR functionality with Capture2Text 4.2.0
  • 7z is now required to high data load. Compressed it to a good amount.

0.8

  • Optimized code
  • Added google translate api.
  • Added xml read / write support for classes.
  • Added settings with logic.
  • Added DetailsRow for visualization and translation purposes.

0.7

  • Renamed Columns for better view experience:
    • Current Length -> Length.
    • New Value Length -> New Length.
  • Added Validation for "New Value" -> If the entered "value" is greater than bytevalue, value cannot be stored.
  • Changes will be automatically checked, if current and entered value are different.

Credits

Thanks to linguanostra for providing the .NET wrapper for the KAKASI tool which is doing the romaji translation for you.

External links

Advertising: