Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

vinta/pangu.java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

37 Commits

Repository files navigation

Pangu.java

Paranoid text spacing for good readability, to automatically insert whitespace between CJK (Chinese, Japanese, Korean), half-width English, digit and symbol characters.

Download

Download the latest JAR or grab via Maven:

<dependency>
<groupId>ws.vintagroupId>
<artifactId>panguartifactId>
<version>1.1.0version>
dependency>

or Gradle:

compile 'ws.vinta:pangu:1.1.0'

Usage

import ws.vinta.pangu.Pangu;

public class Main {
public static void main(String[] args) {
Pangu pangu = new Pangu();
String newText = pangu.spacingText("Qing Wen JackieDe Bi Zi You Ji Ge ?123Ge !");
System.out.println(newText); // will be "Qing Wen Jackie De Bi Zi You Ji Ge ?123 Ge !"
}
}

Run Tests

$ mvn test

About

Paranoid text spacing in Java

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Packages

Contributors

Languages