DOC

eu.vitaliy : mazovia-charset

Maven & Gradle

Mar 15, 2012
2 stars

mazovia-charset · Java implementation of Mazovia encoding. Mazovia encoding is used under MS-DOS to represent Polish texts. Basically it is code page 437 with some positions filled with Polish letters.

Table Of Contents

Latest Version

Download eu.vitaliy : mazovia-charset Javadoc & API Documentation - Latest Versions:

All Versions

Download eu.vitaliy : mazovia-charset Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file mazovia-charset-1.0-javadoc.jar to mazovia-charset-1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder mazovia-charset-1.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "mazovia-charset-1.0-sources.jar" -d "mazovia-charset-1.0-javadoc" -subpackages 

Advertisement